C# 클래스 Microsoft.Azure.Commands.Profile.Models.PSAzureEnvironment

Settings and endpoints for management of Azure or Azure Stack services.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determine equality of two PSAzureEnvironment instances.

GetHashCode ( ) : int
PSAzureEnvironment ( ) : Microsoft.Azure.Commands.Common.Authentication.Models

Initializes a new azure environment.

PSAzureEnvironment ( AzureEnvironment environment ) : Microsoft.Azure.Commands.Common.Authentication.Models

Initializes a new Azure environment from the given internal representation.

ToString ( ) : string

메소드 상세

Equals() 공개 메소드

Determine equality of two PSAzureEnvironment instances.
public Equals ( object obj ) : bool
obj object The instance to compare.
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PSAzureEnvironment() 공개 메소드

Initializes a new azure environment.
public PSAzureEnvironment ( ) : Microsoft.Azure.Commands.Common.Authentication.Models
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

PSAzureEnvironment() 공개 메소드

Initializes a new Azure environment from the given internal representation.
public PSAzureEnvironment ( AzureEnvironment environment ) : Microsoft.Azure.Commands.Common.Authentication.Models
environment Microsoft.Azure.Commands.Common.Authentication.Models.AzureEnvironment The internal representation of the environment.
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

ToString() 공개 메소드

public ToString ( ) : string
리턴 string