Table of Contents

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

string

CountryCode

Country/region abbreviation for the tenant.

public string CountryCode { get; }

Property Value

string

DefaultDomain

The default domain for the tenant.

public string DefaultDomain { get; }

Property Value

string

DisplayName

The display name of the tenant.

public string DisplayName { get; }

Property Value

string

Domains

The list of domains for the tenant.

public IReadOnlyList<string> Domains { get; }

Property Value

IReadOnlyList<string>

Id

The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74.

public string Id { get; }

Property Value

string

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

TenantCategory?

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; }

Property Value

string