Tenant Interface
Implements
public interface Tenant
extends Indexable, HasInnerModel<TenantIdDescriptionInner>
An immutable client-side representation of an Azure tenant.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
tenantId()
Gets the UUID of the tenant. |
Method Details
tenantId
public abstract String tenantId()
Gets the UUID of the tenant.
Returns:
the UUID of the tenant
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java