Uses of Class
com.azure.resourcemanager.sql.models.MaxSizeRangeCapability
-
Packages that use MaxSizeRangeCapability Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of MaxSizeRangeCapability in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return MaxSizeRangeCapability Modifier and Type Method Description MaxSizeRangeCapabilityMaxSizeRangeCapability. withReason(String reason)Set the reason property: The reason for the capability not being available.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type MaxSizeRangeCapability Modifier and Type Method Description List<MaxSizeRangeCapability>ElasticPoolPerformanceLevelCapability. supportedMaxSizes()Get the supportedMaxSizes property: The list of supported max sizes.List<MaxSizeRangeCapability>ServiceObjectiveCapability. supportedMaxSizes()Get the supportedMaxSizes property: The list of supported maximum database sizes.List<MaxSizeRangeCapability>ElasticPoolPerformanceLevelCapability. supportedPerDatabaseMaxSizes()Get the supportedPerDatabaseMaxSizes property: The list of supported per database max sizes.List<MaxSizeRangeCapability>ManagedInstanceVcoresCapability. supportedStorageSizes()Get the supportedStorageSizes property: Storage size ranges.
-