AzureRmProfile.TryRemoveEnvironment(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 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