共用方式為


ComputeNodeIdentityReference 建構函式

定義

多載

ComputeNodeIdentityReference()

初始化 ComputeNodeIdentityReference 類別的新實例。

ComputeNodeIdentityReference(String)

初始化 ComputeNodeIdentityReference 類別的新實例。

ComputeNodeIdentityReference()

初始化 ComputeNodeIdentityReference 類別的新實例。

public ComputeNodeIdentityReference ();
Public Sub New ()

適用於

ComputeNodeIdentityReference(String)

初始化 ComputeNodeIdentityReference 類別的新實例。

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

參數

resourceId
String

使用者指派身分識別的 ARM 資源識別碼。

適用於