Lingua

ArmMachineLearningModelFactory.MachineLearningRegistryPatch Method

Definition

Strictly used in update requests.

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

Parameters

identity
ManagedServiceIdentity

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

sku
MachineLearningSkuPatch

Sku details required for ARM contract for Autoscaling.

tags
IDictionary<String,String>

Resource tags.

Returns

A new MachineLearningRegistryPatch instance for mocking.

Applies to