Compartir a través de


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