Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineCaptureResultInner
Packages that use VirtualMachineCaptureResultInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineCaptureResultInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineCaptureResultInnerModifier and TypeMethodDescriptionVirtualMachinesClient.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.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineCaptureResultInnerModifier 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) 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.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.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.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. -
Uses of VirtualMachineCaptureResultInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineCaptureResultInnerModifier and TypeMethodDescriptionVirtualMachineCaptureResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineCaptureResultInner from the JsonReader.