C# Class Microsoft.WindowsAzure.Commands.Subscription.ImportAzurePublishSettingsCommand

Inheritance: SubscriptionCmdletBase, IModuleAssemblyInitializer
Show file Open project: AzureRT/azure-sdk-tools

Private Properties

Property Type Description
ExecuteCmdlet void
GuardFileExists void
ImportDirectory void
ImportFile void
ImportFile void
IsDirectory bool
ResolveDirectoryPath string
ResolveFileName string

Public Methods

Method Description
ImportAzurePublishSettingsCommand ( ) : System
OnImport ( ) : void

Run the startup script that defines aliases when the module is imported (explicitly or through lazy load)

Private Methods

Method Description
ExecuteCmdlet ( ) : void
GuardFileExists ( string fileName ) : void
ImportDirectory ( ) : void
ImportFile ( ) : void
ImportFile ( string fileName ) : void
IsDirectory ( ) : bool
ResolveDirectoryPath ( string directoryPath ) : string
ResolveFileName ( string filename ) : string

Method Details

ImportAzurePublishSettingsCommand() public method

public ImportAzurePublishSettingsCommand ( ) : System
return System

OnImport() public method

Run the startup script that defines aliases when the module is imported (explicitly or through lazy load)
public OnImport ( ) : void
return void