ManagedByTenant Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.Fluent.Models.ManagedByTenant : string -> Microsoft.Azure.Management.ResourceManager.Fluent.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 à
Azure SDK for .NET