Method | Description | |
---|---|---|
AzureAccount ( ) : Microsoft.Azure.Commands.Common.Authentication.Utilities | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetProperty ( System.Property property ) : string | ||
GetPropertyAsArray ( System.Property property ) : string[] | ||
GetSubscriptions ( |
||
HasSubscription ( System.Guid subscriptionId ) : bool | ||
IsPropertySet ( System.Property property ) : bool | ||
RemoveSubscription ( System.Guid id ) : void | ||
SetOrAppendProperty ( System.Property property ) : void | ||
SetProperty ( System.Property property ) : void | ||
SetSubscriptions ( List |
public AzureAccount ( ) : Microsoft.Azure.Commands.Common.Authentication.Utilities | ||
return | Microsoft.Azure.Commands.Common.Authentication.Utilities |
public GetProperty ( System.Property property ) : string | ||
property | System.Property | |
return | string |
public GetPropertyAsArray ( System.Property property ) : string[] | ||
property | System.Property | |
return | string[] |
public GetSubscriptions ( |
||
profile | ||
return | List |
public HasSubscription ( System.Guid subscriptionId ) : bool | ||
subscriptionId | System.Guid | |
return | bool |
public IsPropertySet ( System.Property property ) : bool | ||
property | System.Property | |
return | bool |
public RemoveSubscription ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |
public SetOrAppendProperty ( System.Property property ) : void | ||
property | System.Property | |
return | void |
public SetProperty ( System.Property property ) : void | ||
property | System.Property | |
return | void |
public SetSubscriptions ( List |
||
subscriptions | List |
|
return | void |