Uses of Class
com.azure.resourcemanager.compute.models.AttachDetachDataDisksRequest
Packages that use AttachDetachDataDisksRequest
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of AttachDetachDataDisksRequest in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type AttachDetachDataDisksRequestModifier and TypeMethodDescriptionVirtualMachineScaleSetVMsClient.attachDetachDataDisks(String resourceGroupName, String vmScaleSetName, String instanceId, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from a virtual machine in a VM scale set.VirtualMachineScaleSetVMsClient.attachDetachDataDisks(String resourceGroupName, String vmScaleSetName, String instanceId, AttachDetachDataDisksRequest parameters, com.azure.core.util.Context context) Attach and detach data disks to/from a virtual machine in a VM scale set.VirtualMachinesClient.attachDetachDataDisks(String resourceGroupName, String vmName, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from the virtual machine.VirtualMachinesClient.attachDetachDataDisks(String resourceGroupName, String vmName, AttachDetachDataDisksRequest parameters, com.azure.core.util.Context context) Attach and detach data disks to/from the virtual machine.VirtualMachineScaleSetVMsClient.attachDetachDataDisksAsync(String resourceGroupName, String vmScaleSetName, String instanceId, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from a virtual machine in a VM scale set.VirtualMachinesClient.attachDetachDataDisksAsync(String resourceGroupName, String vmName, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from the virtual machine.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualMachineScaleSetVMsClient.attachDetachDataDisksWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from a virtual machine in a VM scale set.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualMachinesClient.attachDetachDataDisksWithResponseAsync(String resourceGroupName, String vmName, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from the virtual machine.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageProfile>, StorageProfile> VirtualMachineScaleSetVMsClient.beginAttachDetachDataDisks(String resourceGroupName, String vmScaleSetName, String instanceId, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from a virtual machine in a VM scale set.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageProfile>, StorageProfile> VirtualMachineScaleSetVMsClient.beginAttachDetachDataDisks(String resourceGroupName, String vmScaleSetName, String instanceId, AttachDetachDataDisksRequest parameters, com.azure.core.util.Context context) Attach and detach data disks to/from a virtual machine in a VM scale set.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageProfile>, StorageProfile> VirtualMachinesClient.beginAttachDetachDataDisks(String resourceGroupName, String vmName, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from the virtual machine.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageProfile>, StorageProfile> VirtualMachinesClient.beginAttachDetachDataDisks(String resourceGroupName, String vmName, AttachDetachDataDisksRequest parameters, com.azure.core.util.Context context) Attach and detach data disks to/from the virtual machine.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageProfile>, StorageProfile> VirtualMachineScaleSetVMsClient.beginAttachDetachDataDisksAsync(String resourceGroupName, String vmScaleSetName, String instanceId, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from a virtual machine in a VM scale set.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageProfile>, StorageProfile> VirtualMachinesClient.beginAttachDetachDataDisksAsync(String resourceGroupName, String vmName, AttachDetachDataDisksRequest parameters) Attach and detach data disks to/from the virtual machine. -
Uses of AttachDetachDataDisksRequest in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type AttachDetachDataDisksRequestModifier and TypeClassDescriptionfinal classSpecifies the input for attaching and detaching a list of managed data disks.Methods in com.azure.resourcemanager.compute.models that return AttachDetachDataDisksRequestModifier and TypeMethodDescriptionstatic AttachDetachDataDisksRequestAttachDetachDataDisksRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AttachDetachDataDisksRequest from the JsonReader.AttachDetachDataDisksRequest.withDataDisksToAttach(List<DataDisksToAttach> dataDisksToAttach) Set the dataDisksToAttach property: The list of managed data disks to be attached.AttachDetachDataDisksRequest.withDataDisksToDetach(List<DataDisksToDetach> dataDisksToDetach) Set the dataDisksToDetach property: The list of managed data disks to be detached.