Uses of Class
com.azure.resourcemanager.compute.models.StorageProfile
-
Packages that use StorageProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of StorageProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return StorageProfile Modifier and Type Method Description StorageProfileVirtualMachineInner. storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.StorageProfileVirtualMachinePropertiesInner. storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.StorageProfileVirtualMachineScaleSetVMInner. storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.StorageProfileVirtualMachineScaleSetVMPropertiesInner. storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.StorageProfileVirtualMachineUpdateInner. 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 StorageProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withStorageProfile(StorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withStorageProfile(StorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withStorageProfile(StorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withStorageProfile(StorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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
Methods in com.azure.resourcemanager.compute.models that return StorageProfile Modifier and Type Method Description StorageProfileVirtualMachine. storageProfile()Returns the storage profile of an Azure virtual machine.StorageProfileVirtualMachineScaleSetVM. storageProfile()StorageProfileStorageProfile. withDataDisks(List<DataDisk> dataDisks)Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.StorageProfileStorageProfile. withImageReference(ImageReference imageReference)Set the imageReference property: Specifies information about the image to use.StorageProfileStorageProfile. withOsDisk(OSDisk osDisk)Set the osDisk property: Specifies information about the operating system disk used by the virtual machine.
-