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

Inheritance: VirtualMachineCustomScriptExtensionCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
ExecuteCommand void

Méthodes protégées

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

Private Methods

Méthode Description
ExecuteCommand ( ) : void

Method Details

GetSasUrlStr() protected méthode

protected GetSasUrlStr ( string storageName, string storageKey, string containerName, string blobName ) : string
storageName string
storageKey string
containerName string
blobName string
Résultat string

GetStorageKey() protected méthode

protected GetStorageKey ( string storageName ) : string
storageName string
Résultat string

GetStorageName() protected méthode

protected GetStorageName ( ) : string
Résultat string

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void

ValidateParameters() protected méthode

protected ValidateParameters ( ) : void
Résultat void