C# Class Microsoft.WindowsAzure.Commands.Utilities.Profile.SubscriptionCmdletBase

Base class for cmdlets that manipulate the azure subscription, provides common support for the SubscriptionDataFile parameter.
Inheritance: CmdletWithSubscriptionBase
Show file Open project: Azure/azure-powershell

Protected Methods

Method Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
SubscriptionCmdletBase ( bool saveProfile ) : Microsoft.Azure.ServiceManagemenet.Common

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

SubscriptionCmdletBase() protected method

protected SubscriptionCmdletBase ( bool saveProfile ) : Microsoft.Azure.ServiceManagemenet.Common
saveProfile bool
return Microsoft.Azure.ServiceManagemenet.Common