ArmMachineLearningModelFactory.MachineLearningRegistryPatch 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.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 details required for ARM contract for Autoscaling.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new MachineLearningRegistryPatch instance for mocking.