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.
|