Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineCaptureResultInner>,VirtualMachineCaptureResultInner> |
VirtualMachinesClient.beginCapture(String resourceGroupName,
String vmName,
VirtualMachineCaptureParameters parameters)
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar
VMs.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineCaptureResultInner>,VirtualMachineCaptureResultInner> |
VirtualMachinesClient.beginCapture(String resourceGroupName,
String vmName,
VirtualMachineCaptureParameters parameters,
com.azure.core.util.Context context)
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar
VMs.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineCaptureResultInner>,VirtualMachineCaptureResultInner> |
VirtualMachinesClient.beginCaptureAsync(String resourceGroupName,
String vmName,
VirtualMachineCaptureParameters parameters)
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar
VMs.
|
VirtualMachineCaptureResultInner |
VirtualMachinesClient.capture(String resourceGroupName,
String vmName,
VirtualMachineCaptureParameters parameters)
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar
VMs.
|
VirtualMachineCaptureResultInner |
VirtualMachinesClient.capture(String resourceGroupName,
String vmName,
VirtualMachineCaptureParameters parameters,
com.azure.core.util.Context context)
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar
VMs.
|
Mono<VirtualMachineCaptureResultInner> |
VirtualMachinesClient.captureAsync(String resourceGroupName,
String vmName,
VirtualMachineCaptureParameters parameters)
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar
VMs.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VirtualMachinesClient.captureWithResponseAsync(String resourceGroupName,
String vmName,
VirtualMachineCaptureParameters parameters)
Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar
VMs.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineCaptureParameters |
VirtualMachineCaptureParameters.withDestinationContainerName(String destinationContainerName)
Set the destinationContainerName property: The destination container name.
|
VirtualMachineCaptureParameters |
VirtualMachineCaptureParameters.withOverwriteVhds(boolean overwriteVhds)
Set the overwriteVhds property: Specifies whether to overwrite the destination virtual hard disk, in case of
conflict.
|
VirtualMachineCaptureParameters |
VirtualMachineCaptureParameters.withVhdPrefix(String vhdPrefix)
Set the vhdPrefix property: The captured virtual hard disk's name prefix.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.