Partager via


ServiceTenantResponse Constructeurs

Définition

Surcharges

ServiceTenantResponse()

Initialise une nouvelle instance de la classe ServiceTenantResponse.

ServiceTenantResponse(String, String)

Initialise une nouvelle instance de la classe ServiceTenantResponse.

ServiceTenantResponse()

Initialise une nouvelle instance de la classe ServiceTenantResponse.

public ServiceTenantResponse ();
Public Sub New ()

S’applique à

ServiceTenantResponse(String, String)

Initialise une nouvelle instance de la classe ServiceTenantResponse.

public ServiceTenantResponse (string tenantId = default, string tenantName = default);
new Microsoft.Azure.Management.Subscription.Models.ServiceTenantResponse : string * string -> Microsoft.Azure.Management.Subscription.Models.ServiceTenantResponse
Public Sub New (Optional tenantId As String = Nothing, Optional tenantName As String = Nothing)

Paramètres

tenantId
String

ID de locataire de service.

tenantName
String

Nom du locataire de service.

S’applique à