ArmMachineLearningModelFactory.MachineLearningResourcePatchWithIdentity 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.MachineLearningResourcePatchWithIdentity MachineLearningResourcePatchWithIdentity(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPartialManagedServiceIdentity identity = default);
static member MachineLearningResourcePatchWithIdentity : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.MachineLearning.Models.MachineLearningPartialManagedServiceIdentity -> Azure.ResourceManager.MachineLearning.Models.MachineLearningResourcePatchWithIdentity
Public Shared Function MachineLearningResourcePatchWithIdentity (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As MachineLearningPartialManagedServiceIdentity = Nothing) As MachineLearningResourcePatchWithIdentity
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Managed service identity (system assigned and/or user assigned identities).
Returns
A new MachineLearningResourcePatchWithIdentity instance for mocking.