你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSAzureTenant Class
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.
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
PSAzureTenant() |
Default Constructor |
PSAzureTenant(IAzureTenant) |
Copy Constructor |
PSAzureTenant(PSObject) |
Properties
Country | |
CountryCode | |
DefaultDomain | |
Directory | |
Domains | |
ExtendedProperties |
Extended proeprties of the tenant |
Id |
The tenant id. |
Name | |
TenantBrandingLogoUrl | |
TenantCategory | |
TenantId |
For legacy support - the tenant id |
TenantType |
Methods
ToString() |
Operators
Implicit(AzureTenant to PSAzureTenant) |
Convert between formats of AzureSubscription information. |
Implicit(PSAzureTenant to AzureTenant) |
Convert between formats of AzureSubscription information. |