AzureContextModificationCmdlet.ModifyContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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