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

AzureContextModificationCmdlet.ModifyContext Method

Definition

Modify the context according to the appropriate scope for this cmdlet invocation

protected virtual void ModifyContext (Action<Microsoft.Azure.Commands.Common.Authentication.Models.AzureRmProfile,Microsoft.Azure.Commands.ResourceManager.Common.RMProfileClient> contextAction);
abstract member ModifyContext : Action<Microsoft.Azure.Commands.Common.Authentication.Models.AzureRmProfile, Microsoft.Azure.Commands.ResourceManager.Common.RMProfileClient> -> unit
override this.ModifyContext : Action<Microsoft.Azure.Commands.Common.Authentication.Models.AzureRmProfile, Microsoft.Azure.Commands.ResourceManager.Common.RMProfileClient> -> unit
Protected Overridable Sub ModifyContext (contextAction As Action(Of AzureRmProfile, RMProfileClient))

Parameters

contextAction
Action<AzureRmProfile,RMProfileClient>

The action that modifies the context given a profile and profile client

Applies to