Uses of Class
com.azure.resourcemanager.sql.models.UnitDefinitionType
-
Packages that use UnitDefinitionType Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of UnitDefinitionType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionTypeMetricDefinitionInner. unit()Get the unit property: The unit of the metric. -
Uses of UnitDefinitionType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as UnitDefinitionType Modifier and Type Field Description static UnitDefinitionTypeUnitDefinitionType. BYTESStatic value Bytes for UnitDefinitionType.static UnitDefinitionTypeUnitDefinitionType. BYTES_PER_SECONDStatic value BytesPerSecond for UnitDefinitionType.static UnitDefinitionTypeUnitDefinitionType. COUNTStatic value Count for UnitDefinitionType.static UnitDefinitionTypeUnitDefinitionType. COUNT_PER_SECONDStatic value CountPerSecond for UnitDefinitionType.static UnitDefinitionTypeUnitDefinitionType. PERCENTStatic value Percent for UnitDefinitionType.static UnitDefinitionTypeUnitDefinitionType. SECONDSStatic value Seconds for UnitDefinitionType.Methods in com.azure.resourcemanager.sql.models that return UnitDefinitionType Modifier and Type Method Description static UnitDefinitionTypeUnitDefinitionType. fromString(String name)Creates or finds a UnitDefinitionType from its string representation.UnitDefinitionTypeSqlDatabaseMetricDefinition. unit()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type UnitDefinitionType Modifier and Type Method Description static Collection<UnitDefinitionType>UnitDefinitionType. values()
-