C# Class Microsoft.Azure.Commands.Profile.Models.PSAzureEnvironment

Settings and endpoints for management of Azure or Azure Stack services.
Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PSAzureEnvironment() public method

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

PSAzureEnvironment() public method

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.
return Microsoft.Azure.Commands.Common.Authentication.Models

ToString() public method

public ToString ( ) : string
return string