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 ( |
Initializes a new Azure environment from the given internal representation.
|
|
ToString ( ) : string |
public Equals ( object obj ) : bool | ||
obj | object | The instance to compare. |
return | bool |
public PSAzureEnvironment ( ) : Microsoft.Azure.Commands.Common.Authentication.Models | ||
return | Microsoft.Azure.Commands.Common.Authentication.Models |
public PSAzureEnvironment ( |
||
environment | The internal representation of the environment. | |
return | Microsoft.Azure.Commands.Common.Authentication.Models |