Class TenantIdDescriptionInner
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.TenantIdDescriptionInner
-
public final class TenantIdDescriptionInner extends Object
Tenant Id information.
-
-
Constructor Summary
Constructors Constructor Description TenantIdDescriptionInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcountry()Get the country property: Country/region name of the address for the tenant.StringcountryCode()Get the countryCode property: Country/region abbreviation for the tenant.StringdefaultDomain()Get the defaultDomain property: The default domain for the tenant.StringdisplayName()Get the displayName property: The display name of the tenant.List<String>domains()Get the domains property: The list of domains for the tenant.Stringid()Get the id property: The fully qualified ID of the tenant.StringtenantBrandingLogoUrl()Get the tenantBrandingLogoUrl property: The tenant's branding logo URL.TenantCategorytenantCategory()Get the tenantCategory property: Category of the tenant.StringtenantId()Get the tenantId property: The tenant ID.StringtenantType()Get the tenantType property: The tenant type.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000.- Returns:
- the id value.
-
tenantId
public String tenantId()
Get the tenantId property: The tenant ID. For example, 00000000-0000-0000-0000-000000000000.- Returns:
- the tenantId value.
-
tenantCategory
public TenantCategory tenantCategory()
Get the tenantCategory property: Category of the tenant.- Returns:
- the tenantCategory value.
-
country
public String country()
Get the country property: Country/region name of the address for the tenant.- Returns:
- the country value.
-
countryCode
public String countryCode()
Get the countryCode property: Country/region abbreviation for the tenant.- Returns:
- the countryCode value.
-
displayName
public String displayName()
Get the displayName property: The display name of the tenant.- Returns:
- the displayName value.
-
domains
public List<String> domains()
Get the domains property: The list of domains for the tenant.- Returns:
- the domains value.
-
defaultDomain
public String defaultDomain()
Get the defaultDomain property: The default domain for the tenant.- Returns:
- the defaultDomain value.
-
tenantType
public String tenantType()
Get the tenantType property: The tenant type. Only available for 'Home' tenant category.- Returns:
- the tenantType value.
-
tenantBrandingLogoUrl
public String tenantBrandingLogoUrl()
Get the tenantBrandingLogoUrl property: The tenant's branding logo URL. Only available for 'Home' tenant category.- Returns:
- the tenantBrandingLogoUrl value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-