AzureRmAutosaveProfile Class

Definition

public class AzureRmAutosaveProfile : IDisposable, Microsoft.Azure.Commands.Common.Authentication.ResourceManager.IProfileOperations
type AzureRmAutosaveProfile = class
    interface IProfileOperations
    interface IDisposable
Public Class AzureRmAutosaveProfile
Implements IDisposable, IProfileOperations
Inheritance
AzureRmAutosaveProfile
Implements

Constructors

AzureRmAutosaveProfile(AzureRmProfile, IFileProvider)

Properties

DefaultContext
Environments

Methods

Dispose()
Dispose(Boolean)
HasEnvironment(String)
ToProfile()
TryAddContext(IAzureContext, String)
TryAddContext(String, IAzureContext)
TryCopyProfile(AzureRmProfile)
TryFindContext(IAzureContext, String)
TryGetContextName(IAzureContext, String)
TryGetEnvironment(String, IAzureEnvironment)
TryRemoveContext(String)
TryRemoveEnvironment(String, IAzureEnvironment)
TryRenameContext(String, String)
TrySetContext(IAzureContext, String)
TrySetContext(String, IAzureContext)
TrySetDefaultContext(IAzureContext)
TrySetDefaultContext(String)
TrySetDefaultContext(String, IAzureContext)
TrySetEnvironment(IAzureEnvironment, IAzureEnvironment)

Applies to