Uses of Class
com.azure.resourcemanager.sql.models.LogSizeUnit
-
Packages that use LogSizeUnit Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of LogSizeUnit in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as LogSizeUnit Modifier and Type Field Description static LogSizeUnitLogSizeUnit. GIGABYTESStatic value Gigabytes for LogSizeUnit.static LogSizeUnitLogSizeUnit. MEGABYTESStatic value Megabytes for LogSizeUnit.static LogSizeUnitLogSizeUnit. PERCENTStatic value Percent for LogSizeUnit.static LogSizeUnitLogSizeUnit. PETABYTESStatic value Petabytes for LogSizeUnit.static LogSizeUnitLogSizeUnit. TERABYTESStatic value Terabytes for LogSizeUnit.Methods in com.azure.resourcemanager.sql.models that return LogSizeUnit Modifier and Type Method Description static LogSizeUnitLogSizeUnit. fromString(String name)Creates or finds a LogSizeUnit from its string representation.LogSizeUnitLogSizeCapability. unit()Get the unit property: The units that the limit is expressed in.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type LogSizeUnit Modifier and Type Method Description static Collection<LogSizeUnit>LogSizeUnit. values()
-