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

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

공개 메소드들

메소드 설명
AzureSubscription ( ) : Microsoft.Azure.Commands.Common.Authentication.Utilities
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetProperty ( System.Property property ) : string
GetPropertyAsArray ( System.Property property ) : string[]
IsPropertySet ( System.Property property ) : bool
SetOrAppendProperty ( System.Property property ) : void
SetProperty ( System.Property property ) : void

메소드 상세

AzureSubscription() 공개 메소드

public AzureSubscription ( ) : 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[]

IsPropertySet() 공개 메소드

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

SetOrAppendProperty() 공개 메소드

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

SetProperty() 공개 메소드

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