Uses of Class
com.azure.resourcemanager.sql.models.LogSizeUnit
Packages that use LogSizeUnit
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of LogSizeUnit in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type LogSizeUnit in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classThe units that the limit is expressed in.Fields in com.azure.resourcemanager.sql.models declared as LogSizeUnitModifier and TypeFieldDescriptionstatic final LogSizeUnitLogSizeUnit.GIGABYTESStatic value Gigabytes for LogSizeUnit.static final LogSizeUnitLogSizeUnit.MEGABYTESStatic value Megabytes for LogSizeUnit.static final LogSizeUnitLogSizeUnit.PERCENTStatic value Percent for LogSizeUnit.static final LogSizeUnitLogSizeUnit.PETABYTESStatic value Petabytes for LogSizeUnit.static final LogSizeUnitLogSizeUnit.TERABYTESStatic value Terabytes for LogSizeUnit.Methods in com.azure.resourcemanager.sql.models that return LogSizeUnitModifier and TypeMethodDescriptionstatic LogSizeUnitLogSizeUnit.fromString(String name) Creates or finds a LogSizeUnit from its string representation.LogSizeCapability.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 LogSizeUnitModifier and TypeMethodDescriptionstatic Collection<LogSizeUnit> LogSizeUnit.values()Gets known LogSizeUnit values.