PSAzureRmAccount 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 account details.
public class PSAzureRmAccount : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount
type PSAzureRmAccount = class
interface IAzureAccount
interface IExtensibleModel
Public Class PSAzureRmAccount
Implements IAzureAccount
- Inheritance
-
PSAzureRmAccount
- Implements
Constructors
PSAzureRmAccount() |
Default constructor |
PSAzureRmAccount(IAzureAccount) | |
PSAzureRmAccount(PSObject) |
Populate the account from a PSObject |
Properties
AccessToken |
The access token for the account (if any) |
CertificateThumbprint |
Gets or sets Thumbprint for associated certificate |
Credential | |
ExtendedProperties | |
Id |
The UPN or SPN for this account. |
TenantMap | |
Tenants |
The tenant ids for the account |
Type |
The type of the account |
Methods
ToString() |
Operators
Implicit(AzureAccount to PSAzureRmAccount) |
Convert between implementation of Azure Account metadata |
Implicit(PSAzureRmAccount to AzureAccount) |
Convert between implementation of Azure Account metadata |