C# Class Microsoft.Azure.Commands.Compute.StorageServices.SaveAzureVhdCommand

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

Private Properties

Property Type Description
DownloadFromBlobUri Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Private Methods

Method Description
DownloadFromBlobUri ( ComputeClientBaseCmdlet cmdlet, Uri sourceUri, FileInfo localFileInfo, string storagekey, string resourceGroupName, int numThreads, bool overwrite ) : Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void