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

Base class for cmdlets that manipulate the azure subscription, provides common support for the SubscriptionDataFile parameter.
Inheritance: CmdletWithSubscriptionBase
ファイルを表示 Open project: AzureRT/azure-sdk-tools

Private Properties

Property Type Description
LoadSubscriptionDataFile WindowsAzureProfile

Protected Methods

Method Description
SubscriptionCmdletBase ( bool createFileIfNotExists ) : Common.System

Private Methods

Method Description
LoadSubscriptionDataFile ( ) : WindowsAzureProfile

Method Details

SubscriptionCmdletBase() protected method

protected SubscriptionCmdletBase ( bool createFileIfNotExists ) : Common.System
createFileIfNotExists bool
return Common.System