Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Azure
Commands
Compute
StorageServices
SaveAzureVhdCommand
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