AcceptOwnershipRequestProperties Construtores

Definição

Sobrecargas

AcceptOwnershipRequestProperties()

Inicializa uma nova instância da classe AcceptOwnershipRequestProperties.

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

Inicializa uma nova instância da classe AcceptOwnershipRequestProperties.

AcceptOwnershipRequestProperties()

Inicializa uma nova instância da classe AcceptOwnershipRequestProperties.

public AcceptOwnershipRequestProperties ();
Public Sub New ()

Aplica-se a

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

Inicializa uma nova instância da classe AcceptOwnershipRequestProperties.

public AcceptOwnershipRequestProperties (string displayName, string managementGroupId = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties
Public Sub New (displayName As String, Optional managementGroupId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parâmetros

displayName
String

O nome amigável da assinatura.

managementGroupId
String

ID do grupo de gerenciamento para a assinatura.

tags
IDictionary<String,String>

Marcas para a assinatura

Aplica-se a