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

Settings and endpoints for management of Azure or Azure Stack services.
Datei anzeigen Open project: Azure/azure-powershell

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 ( Microsoft.Azure.Common.Authentication.Models.AzureEnvironment environment ) : Microsoft.Azure.Commands.Common.Authentication.Models

Initializes a new Azure environment from the given internal representation.

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 ( Microsoft.Azure.Common.Authentication.Models.AzureEnvironment environment ) : Microsoft.Azure.Commands.Common.Authentication.Models
environment Microsoft.Azure.Common.Authentication.Models.AzureEnvironment The internal representation of the environment.
return Microsoft.Azure.Commands.Common.Authentication.Models