Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PSAzureTenant Class
Definition
- Namespace:
- Microsoft.Azure.Commands.Profile.Models
- Assembly:
- Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll
- Assembly:
- Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll
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.
Azure subscription details.
public class PSAzureTenant : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant
type PSAzureTenant = class
interface IAzureTenant
interface IExtensibleModel
Public Class PSAzureTenant
Implements IAzureTenant
- Inheritance
-
PSAzureTenant
- Implements
Constructors
| Name | Description |
|---|---|
| PSAzureTenant() |
Default Constructor |
| PSAzureTenant(IAzureTenant) |
Copy Constructor |
| PSAzureTenant(PSObject) | |
Properties
| Name | Description |
|---|---|
| Country | |
| CountryCode | |
| DefaultDomain | |
| Directory | |
| Domains | |
| ExtendedProperties |
Extended properties of the tenant |
| Id |
The tenant id. |
| Name | |
| TenantBrandingLogoUrl | |
| TenantCategory | |
| TenantId |
For legacy support - the tenant id |
| TenantType | |
Methods
| Name | Description |
|---|---|
| ToString() | |
Operators
| Name | Description |
|---|---|
| Implicit(AzureTenant to PSAzureTenant) |
Convert between formats of AzureSubscription information. |
| Implicit(PSAzureTenant to AzureTenant) |
Convert between formats of AzureSubscription information. |
