TenantIdDescription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Subscription.Models.TenantIdDescription : string * string -> Microsoft.Azure.Management.Subscription.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
Azure SDK for .NET