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

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

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

Initializes a new Azure environment from the given internal representation.

ToString ( ) : string

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

ToString() public méthode

public ToString ( ) : string
Résultat string