Lingua

ArmMachineLearningModelFactory.MachineLearningResourcePatchWithIdentity Method

Definition

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.

identity
MachineLearningPartialManagedServiceIdentity

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

Returns

A new MachineLearningResourcePatchWithIdentity instance for mocking.

Applies to