Partager via


ManagedByTenant Constructeurs

Définition

Surcharges

ManagedByTenant()

Initialise une nouvelle instance de la classe ManagedByTenant.

ManagedByTenant(String)

Initialise une nouvelle instance de la classe ManagedByTenant.

ManagedByTenant()

Initialise une nouvelle instance de la classe ManagedByTenant.

public ManagedByTenant ();
Public Sub New ()

S’applique à

ManagedByTenant(String)

Initialise une nouvelle instance de la classe ManagedByTenant.

public ManagedByTenant (string tenantId = default);
new Microsoft.Azure.Management.ResourceManager.Models.ManagedByTenant : string -> Microsoft.Azure.Management.ResourceManager.Models.ManagedByTenant
Public Sub New (Optional tenantId As String = Nothing)

Paramètres

tenantId
String

ID de locataire du locataire gestionnaire. Il s’agit d’un GUID.

S’applique à