Метод | Описание | |
---|---|---|
CreateSnapshotForDisks ( |
we only support the Linux box now, if it's a windows, one AzureVMBackupException would be thrown.
|
|
FindSnapshot ( |
find the snapshot with the tags
|
|
GenerateBlobSasUris ( List |
||
RemoveSnapshot ( |
remove the vmbackups with the metadata key "vmbackuptag" and value snapshotTag, snapshotTag is the parameter passed in.
|
Метод | Описание | |
---|---|---|
GetBase64Encoding ( object obj ) : string | ||
GetDiskBlobUris ( Microsoft.Azure.Management.Compute.Models.VirtualMachine virtualMachineResponse ) : List |
||
GetResourceGroupFromId ( string id ) : string |
public CreateSnapshotForDisks ( |
||
vmConfig | ||
snapshotTag | string | |
virtualMachineExtensionBaseCmdlet | VirtualMachineExtensionBaseCmdlet | |
Результат | void |
public FindSnapshot ( |
||
azContext | ||
blobUris | List |
|
storageCredentialsFactory | List |
|
snapshotQuery | string>.Dictionary | |
Результат | List |
public GenerateBlobSasUris ( List |
||
blobUris | List |
|
azContext | ||
Результат |
public RemoveSnapshot ( |
||
vmConfig | ||
snapshotTag | string | |
virtualMachineExtensionBaseCmdlet | VirtualMachineExtensionBaseCmdlet | |
Результат | void |