Uses of Class
com.azure.resourcemanager.workloads.models.SapDiskConfiguration
Packages that use SapDiskConfiguration
Package
Description
Package containing the inner data models for WorkloadsClient.
Package containing the data models for WorkloadsClient.
-
Uses of SapDiskConfiguration in com.azure.resourcemanager.workloads.fluent.models
Methods in com.azure.resourcemanager.workloads.fluent.models that return types with arguments of type SapDiskConfigurationModifier and TypeMethodDescriptionSapDiskConfigurationsResultInner.diskConfigurations()
Get the diskConfigurations property: Gets the list of Disk Configurations.Method parameters in com.azure.resourcemanager.workloads.fluent.models with type arguments of type SapDiskConfigurationModifier and TypeMethodDescriptionSapDiskConfigurationsResultInner.withDiskConfigurations
(List<SapDiskConfiguration> diskConfigurations) Set the diskConfigurations property: Gets the list of Disk Configurations. -
Uses of SapDiskConfiguration in com.azure.resourcemanager.workloads.models
Methods in com.azure.resourcemanager.workloads.models that return SapDiskConfigurationModifier and TypeMethodDescriptionSapDiskConfiguration.withDiskCount
(Long diskCount) Set the diskCount property: The disk count.SapDiskConfiguration.withDiskIopsReadWrite
(Long diskIopsReadWrite) Set the diskIopsReadWrite property: The disk Iops.SapDiskConfiguration.withDiskMBpsReadWrite
(Long diskMBpsReadWrite) Set the diskMBpsReadWrite property: The disk provisioned throughput in MBps.SapDiskConfiguration.withDiskSizeGB
(Long diskSizeGB) Set the diskSizeGB property: The disk size in GB.SapDiskConfiguration.withDiskStorageType
(String diskStorageType) Set the diskStorageType property: The disk storage type.SapDiskConfiguration.withDiskType
(String diskType) Set the diskType property: The disk type.SapDiskConfiguration.withVolume
(String volume) Set the volume property: The volume name.Methods in com.azure.resourcemanager.workloads.models that return types with arguments of type SapDiskConfigurationModifier and TypeMethodDescriptionSapDiskConfigurationsResult.diskConfigurations()
Gets the diskConfigurations property: Gets the list of Disk Configurations.