Share via


TenantIdDescription Constructors

Definition

Overloads

TenantIdDescription()

Initializes a new instance of the TenantIdDescription class.

TenantIdDescription(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)

Initializes a new instance of the TenantIdDescription class.

public TenantIdDescription (string id = default, string tenantId = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.TenantIdDescription : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.TenantIdDescription
Public Sub New (Optional id As String = Nothing, Optional tenantId 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.

Applies to