C# Class Microsoft.Azure.Commands.Compute.SetAzureVMCustomScriptExtensionCommand

Inheritance: VirtualMachineExtensionBaseCmdlet
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Protected Methods

Method Description
GetPrivateConfiguration ( ) : Hashtable
GetSasUrlStr ( string storageName, string storageKey, string containerName, string blobName ) : string
GetStorageKey ( string storageName ) : string
GetStorageName ( ) : string

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

GetPrivateConfiguration() protected method

protected GetPrivateConfiguration ( ) : Hashtable
return System.Collections.Hashtable

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