你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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