Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineCaptureParameters
Packages that use VirtualMachineCaptureParameters
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineCaptureParameters in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VirtualMachineCaptureParametersModifier and TypeMethodDescriptioncom.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.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.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.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. -
Uses of VirtualMachineCaptureParameters in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineCaptureParametersModifier and TypeMethodDescriptionVirtualMachineCaptureParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineCaptureParameters from the JsonReader.VirtualMachineCaptureParameters.withDestinationContainerName(String destinationContainerName) Set the destinationContainerName property: The destination container name.VirtualMachineCaptureParameters.withOverwriteVhds(boolean overwriteVhds) Set the overwriteVhds property: Specifies whether to overwrite the destination virtual hard disk, in case of conflict.VirtualMachineCaptureParameters.withVhdPrefix(String vhdPrefix) Set the vhdPrefix property: The captured virtual hard disk's name prefix.