TenantIdDescription Interface

public interface TenantIdDescription

An immutable client-side representation of TenantIdDescription.

Method Summary

Modifier and Type Method and Description
abstract String country()

Gets the country property: The country/region name of the address for the tenant.

abstract String countryCode()

Gets the countryCode property: The Country/region abbreviation for the tenant.

abstract String defaultDomain()

Gets the defaultDomain property: The default domain for the tenant.

abstract String displayName()

Gets the displayName property: The display name of the tenant.

abstract String domains()

Gets the domains property: The list of domains for the tenant.

abstract String id()

Gets the id property: The fully qualified ID of the tenant.

abstract TenantIdDescriptionInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.TenantIdDescriptionInner object.

abstract String tenantCategory()

Gets the tenantCategory property: The category of the tenant.

abstract String tenantId()

Gets the tenantId property: The tenant ID.

abstract String tenantType()

Gets the tenantType property: The tenant type.

Method Details

country

public abstract String country()

Gets the country property: The country/region name of the address for the tenant.

Returns:

the country value.

countryCode

public abstract String countryCode()

Gets the countryCode property: The Country/region abbreviation for the tenant.

Returns:

the countryCode value.

defaultDomain

public abstract String defaultDomain()

Gets the defaultDomain property: The default domain for the tenant.

Returns:

the defaultDomain value.

displayName

public abstract String displayName()

Gets the displayName property: The display name of the tenant.

Returns:

the displayName value.

domains

public abstract String domains()

Gets the domains property: The list of domains for the tenant.

Returns:

the domains value.

id

public abstract String id()

Gets the id property: The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000.

Returns:

the id value.

innerModel

public abstract TenantIdDescriptionInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.TenantIdDescriptionInner object.

Returns:

the inner object.

tenantCategory

public abstract String tenantCategory()

Gets the tenantCategory property: The category of the tenant. Possible values are TenantCategoryHome,TenantCategoryProjectedBy,TenantCategoryManagedBy.

Returns:

the tenantCategory value.

tenantId

public abstract String tenantId()

Gets the tenantId property: The tenant ID. For example, 00000000-0000-0000-0000-000000000000.

Returns:

the tenantId value.

tenantType

public abstract String tenantType()

Gets the tenantType property: The tenant type. Only available for Home tenant category.

Returns:

the tenantType value.

Applies to