C# Class Microsoft.Azure.Commands.Common.Authentication.Models.AzureSubscription

ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
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

Method Details

AzureSubscription() public method

public AzureSubscription ( ) : Microsoft.Azure.Commands.Common.Authentication.Utilities
return Microsoft.Azure.Commands.Common.Authentication.Utilities

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetProperty() public method

public GetProperty ( System.Property property ) : string
property System.Property
return string

GetPropertyAsArray() public method

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

IsPropertySet() public method

public IsPropertySet ( System.Property property ) : bool
property System.Property
return bool

SetOrAppendProperty() public method

public SetOrAppendProperty ( System.Property property ) : void
property System.Property
return void

SetProperty() public method

public SetProperty ( System.Property property ) : void
property System.Property
return void