ภาษา

ArmMachineLearningModelFactory.MachineLearningServerlessEndpointPatch Method

Definition

Strictly used in update requests.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningServerlessEndpointPatch MachineLearningServerlessEndpointPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPartialManagedServiceIdentity identity = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuPatch sku = default);
static member MachineLearningServerlessEndpointPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.MachineLearning.Models.MachineLearningPartialManagedServiceIdentity * Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuPatch -> Azure.ResourceManager.MachineLearning.Models.MachineLearningServerlessEndpointPatch
Public Shared Function MachineLearningServerlessEndpointPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As MachineLearningPartialManagedServiceIdentity = Nothing, Optional sku As MachineLearningSkuPatch = Nothing) As MachineLearningServerlessEndpointPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
MachineLearningPartialManagedServiceIdentity

Managed service identity (system assigned and/or user assigned identities).

sku
MachineLearningSkuPatch

Sku details required for ARM contract for Autoscaling.

Returns

A new MachineLearningServerlessEndpointPatch instance for mocking.

Applies to