Uses of Class
com.azure.resourcemanager.compute.models.StorageProfile
Packages that use StorageProfile
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of StorageProfile in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return StorageProfileModifier 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.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type StorageProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMsClient.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.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) 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> 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) 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.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> 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.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 StorageProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return StorageProfileModifier and TypeMethodDescriptionVirtualMachineInner.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachinePropertiesInner.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMInner.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMPropertiesInner.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineUpdateInner.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type StorageProfileModifier and TypeMethodDescriptionVirtualMachineInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachinePropertiesInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMPropertiesInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineUpdateInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks. -
Uses of StorageProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type StorageProfileModifier and TypeClassDescriptionfinal classSpecifies the storage settings for the virtual machine disks.Methods in com.azure.resourcemanager.compute.models that return StorageProfileModifier and TypeMethodDescriptionstatic StorageProfileStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageProfile from the JsonReader.VirtualMachine.storageProfile()Returns the storage profile of an Azure virtual machine.VirtualMachineScaleSetVM.storageProfile()Gets the storage profile of the virtual machine instance.StorageProfile.withAlignRegionalDisksToVMZone(Boolean alignRegionalDisksToVMZone) Set the alignRegionalDisksToVMZone property: Specifies whether the regional disks should be aligned/moved to the VM zone.StorageProfile.withDataDisks(List<DataDisk> dataDisks) Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.StorageProfile.withDiskControllerType(DiskControllerTypes diskControllerType) Set the diskControllerType property: Specifies the disk controller type configured for the VM.StorageProfile.withImageReference(ImageReference imageReference) Set the imageReference property: Specifies information about the image to use.StorageProfile.withOsDisk(OSDisk osDisk) Set the osDisk property: Specifies information about the operating system disk used by the virtual machine.