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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java