Class TenantData
- Namespace
- Azure.ResourceManager.Resources
- Assembly
- Azure.ResourceManager.dll
A class representing the Tenant data model. Tenant Id information.
public class TenantData : IJsonModel<TenantData>, IPersistableModel<TenantData>
- Inheritance
-
TenantData
- Implements
-
IJsonModel<TenantData>IPersistableModel<TenantData>
- Inherited Members
Properties
Country
Country/region name of the address for the tenant.
public string Country { get; }
Property Value
CountryCode
Country/region abbreviation for the tenant.
public string CountryCode { get; }
Property Value
DefaultDomain
The default domain for the tenant.
public string DefaultDomain { get; }
Property Value
DisplayName
The display name of the tenant.
public string DisplayName { get; }
Property Value
Domains
The list of domains for the tenant.
public IReadOnlyList<string> Domains { get; }
Property Value
Id
The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74.
public string Id { get; }
Property Value
TenantBrandingLogoUri
The tenant's branding logo URL. Only available for 'Home' tenant category.
public Uri TenantBrandingLogoUri { get; }
Property Value
- Uri
TenantCategory
Category of the tenant.
public TenantCategory? TenantCategory { get; }
Property Value
TenantId
The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74.
public Guid? TenantId { get; }
Property Value
- Guid?
TenantType
The tenant type. Only available for 'Home' tenant category.
public string TenantType { get; }