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

Settings and endpoints for management of Azure or Azure Stack services.
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PSAzureEnvironment() public méthode

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

PSAzureEnvironment() public méthode

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.
Résultat Microsoft.Azure.Commands.Common.Authentication.Models