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

IProfileOperations Interface

Definition

public interface IProfileOperations : IDisposable
type IProfileOperations = interface
    interface IDisposable
Public Interface IProfileOperations
Implements IDisposable
Derived
Implements

Properties

DefaultContext
Environments

Methods

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