TenantIdDescriptionInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluent. models. TenantIdDescriptionInner
- com.
Implements
public final class TenantIdDescriptionInner
implements JsonSerializable<TenantIdDescriptionInner>
Tenant Id information.
Constructor Summary
Constructor | Description |
---|---|
TenantIdDescriptionInner() |
Creates an instance of Tenant |
Method Summary
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 country |
String |
defaultDomain()
Get the default |
String |
displayName()
Get the display |
List<String> |
domains()
Get the domains property: The list of domains for the tenant. |
static
Tenant |
fromJson(JsonReader jsonReader)
Reads an instance of Tenant |
String |
id()
Get the id property: The fully qualified ID of the tenant. |
String |
tenantBrandingLogoUrl()
Get the tenant |
Tenant |
tenantCategory()
Get the tenant |
String |
tenantId()
Get the tenant |
String |
tenantType()
Get the tenant |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
TenantIdDescriptionInner
public TenantIdDescriptionInner()
Creates an instance of TenantIdDescriptionInner class.
Method Details
country
public String country()
Get the country property: Country/region name of the address for the tenant.
Returns:
countryCode
public String countryCode()
Get the countryCode property: Country/region abbreviation for the tenant.
Returns:
defaultDomain
public String defaultDomain()
Get the defaultDomain property: The default domain for the tenant.
Returns:
displayName
public String displayName()
Get the displayName property: The display name of the tenant.
Returns:
domains
public List
Get the domains property: The list of domains for the tenant.
Returns:
fromJson
public static TenantIdDescriptionInner fromJson(JsonReader jsonReader)
Reads an instance of TenantIdDescriptionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74.
Returns:
tenantBrandingLogoUrl
public String tenantBrandingLogoUrl()
Get the tenantBrandingLogoUrl property: The tenant's branding logo URL. Only available for 'Home' tenant category.
Returns:
tenantCategory
public TenantCategory tenantCategory()
Get the tenantCategory property: Category of the tenant.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74.
Returns:
tenantType
public String tenantType()
Get the tenantType property: The tenant type. Only available for 'Home' tenant category.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java