Interface TenantIdDescription


public interface TenantIdDescription
An immutable client-side representation of TenantIdDescription.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the country property: The country/region name of the address for the tenant.
    Gets the countryCode property: The Country/region abbreviation for the tenant.
    Gets the defaultDomain property: The default domain for the tenant.
    Gets the displayName property: The display name of the tenant.
    Gets the domains property: The list of domains for the tenant.
    id()
    Gets the id property: The fully qualified ID of the tenant.
    Gets the inner com.azure.resourcemanager.subscription.fluent.models.TenantIdDescriptionInner object.
    Gets the tenantCategory property: The category of the tenant.
    Gets the tenantId property: The tenant ID.
    Gets the tenantType property: The tenant type.
  • Method Details

    • id

      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.
    • tenantId

      String tenantId()
      Gets the tenantId property: The tenant ID. For example, 00000000-0000-0000-0000-000000000000.
      Returns:
      the tenantId value.
    • tenantCategory

      String tenantCategory()
      Gets the tenantCategory property: The category of the tenant. Possible values are TenantCategoryHome,TenantCategoryProjectedBy,TenantCategoryManagedBy.
      Returns:
      the tenantCategory value.
    • country

      String country()
      Gets the country property: The country/region name of the address for the tenant.
      Returns:
      the country value.
    • countryCode

      String countryCode()
      Gets the countryCode property: The Country/region abbreviation for the tenant.
      Returns:
      the countryCode value.
    • displayName

      String displayName()
      Gets the displayName property: The display name of the tenant.
      Returns:
      the displayName value.
    • domains

      String domains()
      Gets the domains property: The list of domains for the tenant.
      Returns:
      the domains value.
    • defaultDomain

      String defaultDomain()
      Gets the defaultDomain property: The default domain for the tenant.
      Returns:
      the defaultDomain value.
    • tenantType

      String tenantType()
      Gets the tenantType property: The tenant type. Only available for Home tenant category.
      Returns:
      the tenantType value.
    • innerModel

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