ComputeNodeIdentityReference Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
ComputeNodeIdentityReference() |
Inicializa uma nova instância da classe ComputeNodeIdentityReference. |
ComputeNodeIdentityReference(String) |
Inicializa uma nova instância da classe ComputeNodeIdentityReference. |
ComputeNodeIdentityReference()
Inicializa uma nova instância da classe ComputeNodeIdentityReference.
public ComputeNodeIdentityReference ();
Public Sub New ()
Aplica-se a
ComputeNodeIdentityReference(String)
Inicializa uma nova instância da classe 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)
Parâmetros
- resourceId
- String
O ID de recurso do ARM da identidade atribuída pelo utilizador.
Aplica-se a
Azure SDK for .NET