AzureRmProfile.TryRemoveEnvironment(String, IAzureEnvironment) Method

Definition

public bool TryRemoveEnvironment (string name, out Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment environment);
abstract member TryRemoveEnvironment : string * IAzureEnvironment -> bool
override this.TryRemoveEnvironment : string * IAzureEnvironment -> bool
Public Function TryRemoveEnvironment (name As String, ByRef environment As IAzureEnvironment) As Boolean

Parameters

name
String
environment
IAzureEnvironment

Returns

Implements

Applies to