Share via


TenantIdDescription Constructors

Definition

Overloads

TenantIdDescription()

Initializes a new instance of the TenantIdDescription class.

TenantIdDescription(String, String, Nullable<TenantCategory>, String, String, String, IList<String>, String, String, String)

Initializes a new instance of the TenantIdDescription class.

TenantIdDescription()

Initializes a new instance of the TenantIdDescription class.

public TenantIdDescription ();
Public Sub New ()

Applies to

TenantIdDescription(String, String, Nullable<TenantCategory>, String, String, String, IList<String>, String, String, String)

Initializes a new instance of the TenantIdDescription class.

public TenantIdDescription (string id = default, string tenantId = default, Microsoft.Azure.Management.ResourceManager.Models.TenantCategory? tenantCategory = default, string country = default, string countryCode = default, string displayName = default, System.Collections.Generic.IList<string> domains = default, string defaultDomain = default, string tenantType = default, string tenantBrandingLogoUrl = default);
new Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription : string * string * Nullable<Microsoft.Azure.Management.ResourceManager.Models.TenantCategory> * string * string * string * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.TenantIdDescription
Public Sub New (Optional id As String = Nothing, Optional tenantId As String = Nothing, Optional tenantCategory As Nullable(Of TenantCategory) = Nothing, Optional country As String = Nothing, Optional countryCode As String = Nothing, Optional displayName As String = Nothing, Optional domains As IList(Of String) = Nothing, Optional defaultDomain As String = Nothing, Optional tenantType As String = Nothing, Optional tenantBrandingLogoUrl As String = Nothing)

Parameters

id
String

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

tenantId
String

The tenant ID. For example, 00000000-0000-0000-0000-000000000000.

tenantCategory
Nullable<TenantCategory>

Category of the tenant. Possible values include: 'Home', 'ProjectedBy', 'ManagedBy'

country
String

Country/region name of the address for the tenant.

countryCode
String

Country/region abbreviation for the tenant.

displayName
String

The display name of the tenant.

domains
IList<String>

The list of domains for the tenant.

defaultDomain
String

The default domain for the tenant.

tenantType
String

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

tenantBrandingLogoUrl
String

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

Applies to