B
Beacon Globe News

Class TenantIdDescription | Azure SDK for Net

Author

Andrew White

Published Feb 16, 2026

Tenant Id information.

Inheritance

TenantIdDescription

Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Subscription.dll
Syntax
public class TenantIdDescription

Constructors

TenantIdDescription()

Initializes a new instance of the TenantIdDescription class.

Declaration
public TenantIdDescription ();

TenantIdDescription(String, String)

Initializes a new instance of the TenantIdDescription class.

Declaration
public TenantIdDescription (string id = null, string tenantId = null);
Parameters
String id

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

String tenantId

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

Properties

Id

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

Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="id")]
public string Id { get; }
Property Value

TenantId

Gets the tenant ID. For example, 00000000-0000-0000-0000-000000000000.

Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="tenantId")]
public string TenantId { get; }
Property Value