AzureRmProfile.TryGetEnvironment(String, IAzureEnvironment) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool TryGetEnvironment (string name, out Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment environment);
abstract member TryGetEnvironment : string * IAzureEnvironment -> bool
override this.TryGetEnvironment : string * IAzureEnvironment -> bool
Public Function TryGetEnvironment (name As String, ByRef environment As IAzureEnvironment) As Boolean
Parameters
- name
- String
- environment
- IAzureEnvironment