Property | Type | Description | |
---|---|---|---|
ExecuteCmdlet | void | ||
GuardFileExists | void | ||
ImportDirectory | void | ||
ImportFile | void | ||
ImportFile | void | ||
IsDirectory | bool | ||
ResolveDirectoryPath | string | ||
ResolveFileName | string |
Method | Description | |
---|---|---|
ImportAzurePublishSettingsCommand ( ) : System | ||
OnImport ( ) : void |
Run the startup script that defines aliases when the module is imported (explicitly or through lazy load)
|
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 |
public ImportAzurePublishSettingsCommand ( ) : System | ||
return | System |