ArmMachineLearningModelFactory.MachineLearningOnlineDeploymentPatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Strictly used in update requests.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineDeploymentPatch MachineLearningOnlineDeploymentPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuPatch sku = default);
static member MachineLearningOnlineDeploymentPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuPatch -> Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineDeploymentPatch
Public Shared Function MachineLearningOnlineDeploymentPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As MachineLearningSkuPatch = Nothing) As MachineLearningOnlineDeploymentPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Sku details required for ARM contract for Autoscaling.
Returns
A new MachineLearningOnlineDeploymentPatch instance for mocking.