C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.CmdletWithSubscriptionBase

Base class for cmdlets that need the current subscription but don't otherwise need the channel stuff.
Inheritance: CmdletBase
Show file Open project: AzureRT/azure-sdk-tools

Protected Methods

Method Description
OnCurrentSubscriptionUpdated ( ) : void

Override this method if you need to do processing when the current subscription changes.

Private Methods

Method Description
ThrowIfNull ( WindowsAzureSubscription subscription ) : WindowsAzureSubscription

Method Details

OnCurrentSubscriptionUpdated() protected method

Override this method if you need to do processing when the current subscription changes.
protected OnCurrentSubscriptionUpdated ( ) : void
return void