AzureAccountExtensions Class

Definition

public static class AzureAccountExtensions
type AzureAccountExtensions = class
Public Module AzureAccountExtensions
Inheritance
AzureAccountExtensions

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)

Applies to