Share via


TenantData Class

Definition

A class representing the Tenant data model. Tenant Id information.

public class TenantData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.TenantData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.TenantData>
type TenantData = class
    interface IJsonModel<TenantData>
    interface IPersistableModel<TenantData>
Public Class TenantData
Implements IJsonModel(Of TenantData), IPersistableModel(Of TenantData)
Inheritance
TenantData
Implements

Properties

Country

Country/region name of the address for the tenant.

CountryCode

Country/region abbreviation for the tenant.

DefaultDomain

The default domain for the tenant.

DisplayName

The display name of the tenant.

Domains

The list of domains for the tenant.

Id

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

TenantBrandingLogoUri

The tenant's branding logo URL. Only available for 'Home' tenant category.

TenantCategory

Category of the tenant.

TenantId

The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74.

TenantType

The tenant type. Only available for 'Home' tenant category.

Explicit Interface Implementations

IJsonModel<TenantData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TenantData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TenantData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TenantData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TenantData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to