共用方式為


ComputeNodeIdentityReference Constructors

Definition

Overloads

ComputeNodeIdentityReference()

Initializes a new instance of the ComputeNodeIdentityReference class.

ComputeNodeIdentityReference(String)

Initializes a new instance of the ComputeNodeIdentityReference class.

ComputeNodeIdentityReference()

Source:
ComputeNodeIdentityReference.cs

Initializes a new instance of the ComputeNodeIdentityReference class.

public ComputeNodeIdentityReference ();
Public Sub New ()

Applies to

ComputeNodeIdentityReference(String)

Source:
ComputeNodeIdentityReference.cs

Initializes a new instance of the ComputeNodeIdentityReference class.

public ComputeNodeIdentityReference (string resourceId = default);
new Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference : string -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference
Public Sub New (Optional resourceId As String = Nothing)

Parameters

resourceId
String

The ARM resource id of the user assigned identity.

Applies to