C# 클래스 Microsoft.Azure.Commands.Common.Authentication.Models.AzureAccount

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
AzureAccount ( ) : Microsoft.Azure.Commands.Common.Authentication.Utilities
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetProperty ( System.Property property ) : string
GetPropertyAsArray ( System.Property property ) : string[]
GetSubscriptions ( AzureSMProfile profile ) : List
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 subscriptions ) : void

메소드 상세

AzureAccount() 공개 메소드

public AzureAccount ( ) : Microsoft.Azure.Commands.Common.Authentication.Utilities
리턴 Microsoft.Azure.Commands.Common.Authentication.Utilities

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetProperty() 공개 메소드

public GetProperty ( System.Property property ) : string
property System.Property
리턴 string

GetPropertyAsArray() 공개 메소드

public GetPropertyAsArray ( System.Property property ) : string[]
property System.Property
리턴 string[]

GetSubscriptions() 공개 메소드

public GetSubscriptions ( AzureSMProfile profile ) : List
profile AzureSMProfile
리턴 List

HasSubscription() 공개 메소드

public HasSubscription ( System.Guid subscriptionId ) : bool
subscriptionId System.Guid
리턴 bool

IsPropertySet() 공개 메소드

public IsPropertySet ( System.Property property ) : bool
property System.Property
리턴 bool

RemoveSubscription() 공개 메소드

public RemoveSubscription ( System.Guid id ) : void
id System.Guid
리턴 void

SetOrAppendProperty() 공개 메소드

public SetOrAppendProperty ( System.Property property ) : void
property System.Property
리턴 void

SetProperty() 공개 메소드

public SetProperty ( System.Property property ) : void
property System.Property
리턴 void

SetSubscriptions() 공개 메소드

public SetSubscriptions ( List subscriptions ) : void
subscriptions List
리턴 void