public final class TenantIdDescriptionInner extends Object
| Constructor and Description |
|---|
TenantIdDescriptionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
country()
Get the country property: Country/region name of the address for the tenant.
|
String |
countryCode()
Get the countryCode property: Country/region abbreviation for the tenant.
|
String |
defaultDomain()
Get the defaultDomain property: The default domain for the tenant.
|
String |
displayName()
Get the displayName property: The display name of the tenant.
|
List<String> |
domains()
Get the domains property: The list of domains for the tenant.
|
String |
id()
Get the id property: The fully qualified ID of the tenant.
|
String |
tenantBrandingLogoUrl()
Get the tenantBrandingLogoUrl property: The tenant's branding logo URL.
|
TenantCategory |
tenantCategory()
Get the tenantCategory property: Category of the tenant.
|
String |
tenantId()
Get the tenantId property: The tenant ID.
|
String |
tenantType()
Get the tenantType property: The tenant type.
|
void |
validate()
Validates the instance.
|
public String id()
public String tenantId()
public TenantCategory tenantCategory()
public String country()
public String countryCode()
public String displayName()
public List<String> domains()
public String defaultDomain()
public String tenantType()
public String tenantBrandingLogoUrl()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.