ArmMachineLearningModelFactory.MachineLearningServerlessEndpointPatch 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.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.
Managed service identity (system assigned and/or user assigned identities).
Sku details required for ARM contract for Autoscaling.
Returns
A new MachineLearningServerlessEndpointPatch instance for mocking.