IAzureAccount Interface

Definition

public interface IAzureAccount : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel
type IAzureAccount = interface
    interface IExtensibleModel
Public Interface IAzureAccount
Implements IExtensibleModel
Derived
Implements

Properties

Credential
ExtendedProperties (Inherited from IExtensibleModel)
Id
TenantMap
Type

Extension Methods

CopyFrom(IAzureAccount, IAzureAccount)
GetAccessToken(IAzureAccount)
GetCommonTenant(IAzureAccount)
GetSubscriptions(IAzureAccount)
GetSubscriptions(IAzureAccount, IAzureContextContainer)
GetSubscriptions(IAzureAccount, IAzureContextContainer)
GetTenants(IAzureAccount)
GetThumbprint(IAzureAccount)
HasSubscription(IAzureAccount, Guid)
RemoveSubscription(IAzureAccount, Guid)
SetAccessToken(IAzureAccount, String)
SetSubscriptions(IAzureAccount, List<IAzureSubscription>)
SetSubscriptions(IAzureAccount, String[])
SetTenants(IAzureAccount, String[])
SetThumbprint(IAzureAccount, String)
Update(IAzureAccount, IAzureAccount)
CopyPropertiesFrom(IExtensibleModel, IExtensibleModel)
GetProperty(IExtensibleModel, String)
GetPropertyAsArray(IExtensibleModel, String)
IsPropertySet(IExtensibleModel, String)
SetOrAppendProperty(IExtensibleModel, String, String[])
SetProperty(IExtensibleModel, String, String[])
UpdateProperties(IExtensibleModel, IExtensibleModel)
PopulateExtensions(IExtensibleModel, PSObject)

Populate the model extensions from a PSObject

Applies to