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

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Profile.SubscriptionCmdletBase
Show file Open project: Azure/azure-powershell Class Usage Examples

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

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