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

Inheritance: SubscriptionCmdletBase, IModuleAssemblyInitializer
Afficher le fichier Open project: AzureRT/azure-sdk-tools

Private Properties

Свойство Type Description
ExecuteCmdlet void
GuardFileExists void
ImportDirectory void
ImportFile void
ImportFile void
IsDirectory bool
ResolveDirectoryPath string
ResolveFileName string

Méthodes publiques

Méthode Description
ImportAzurePublishSettingsCommand ( ) : System
OnImport ( ) : void

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

Private Methods

Méthode 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 méthode

public ImportAzurePublishSettingsCommand ( ) : System
Résultat System

OnImport() public méthode

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