ภาษา

ArmMachineLearningModelFactory.MachineLearningOnlineDeploymentPatch Method

Definition

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
MachineLearningSkuPatch

Sku details required for ARM contract for Autoscaling.

Returns

A new MachineLearningOnlineDeploymentPatch instance for mocking.

Applies to