C# Class Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.SetAzureVMCustomScriptExtensionCommand

Inheritance: VirtualMachineCustomScriptExtensionCmdletBase
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
ExecuteCommand void

Protected Methods

Method Description
GetSasUrlStr ( string storageName, string storageKey, string containerName, string blobName ) : string
GetStorageKey ( string storageName ) : string
GetStorageName ( ) : string
ProcessRecord ( ) : void
ValidateParameters ( ) : void

Private Methods

Method Description
ExecuteCommand ( ) : void

Method Details

GetSasUrlStr() protected method

protected GetSasUrlStr ( string storageName, string storageKey, string containerName, string blobName ) : string
storageName string
storageKey string
containerName string
blobName string
return string

GetStorageKey() protected method

protected GetStorageKey ( string storageName ) : string
storageName string
return string

GetStorageName() protected method

protected GetStorageName ( ) : string
return string

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

ValidateParameters() protected method

protected ValidateParameters ( ) : void
return void