다음을 통해 공유


RunCommandManagedIdentity Constructors

Definition

Overloads

RunCommandManagedIdentity()

Initializes a new instance of the RunCommandManagedIdentity class.

RunCommandManagedIdentity(String, String)

Initializes a new instance of the RunCommandManagedIdentity class.

RunCommandManagedIdentity()

Initializes a new instance of the RunCommandManagedIdentity class.

public RunCommandManagedIdentity ();
Public Sub New ()

Applies to

RunCommandManagedIdentity(String, String)

Initializes a new instance of the RunCommandManagedIdentity class.

public RunCommandManagedIdentity (string clientId = default, string objectId = default);
new Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity : string * string -> Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity
Public Sub New (Optional clientId As String = Nothing, Optional objectId As String = Nothing)

Parameters

clientId
String

Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.

objectId
String

Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.

Applies to