你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeNodeIdentityReference 构造函数

定义

重载

ComputeNodeIdentityReference()

初始化 ComputeNodeIdentityReference 类的新实例。

ComputeNodeIdentityReference(String)

初始化 ComputeNodeIdentityReference 类的新实例。

ComputeNodeIdentityReference()

Source:
ComputeNodeIdentityReference.cs

初始化 ComputeNodeIdentityReference 类的新实例。

public ComputeNodeIdentityReference ();
Public Sub New ()

适用于

ComputeNodeIdentityReference(String)

Source:
ComputeNodeIdentityReference.cs

初始化 ComputeNodeIdentityReference 类的新实例。

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)

参数

resourceId
String

用户分配的标识的 ARM 资源 ID。

适用于