Uses of Class
com.azure.resourcemanager.cdn.models.UsageUnit
-
Packages that use UsageUnit Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of UsageUnit in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return UsageUnit Modifier and Type Method Description UsageUnitUsageInner. unit()Get the unit property: An enum describing the unit of measurement.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type UsageUnit Modifier and Type Method Description UsageInnerUsageInner. withUnit(UsageUnit unit)Set the unit property: An enum describing the unit of measurement. -
Uses of UsageUnit in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as UsageUnit Modifier and Type Field Description static UsageUnitUsageUnit. COUNTStatic value Count for UsageUnit.Methods in com.azure.resourcemanager.cdn.models that return UsageUnit Modifier and Type Method Description static UsageUnitUsageUnit. fromString(String name)Creates or finds a UsageUnit from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type UsageUnit Modifier and Type Method Description static Collection<UsageUnit>UsageUnit. values()
-