Uses of Class
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
-
Packages that use ExpandableStringEnum Package Description com.microsoft.azure.management.resources.fluentcore.arm This package contains the common resource manager utility classes that are useful to other management plane libraries. -
-
Uses of ExpandableStringEnum in com.microsoft.azure.management.resources.fluentcore.arm
Classes in com.microsoft.azure.management.resources.fluentcore.arm with type parameters of type ExpandableStringEnum Modifier and Type Class Description classExpandableStringEnum<T extends ExpandableStringEnum<T>>Base implementation for expandable, single string enums.Subclasses of ExpandableStringEnum in com.microsoft.azure.management.resources.fluentcore.arm Modifier and Type Class Description classAvailabilityZoneIdAvailability zone identifiers.classCountryIsoCodeDefines values for country codes in ISO standard.classCountryPhoneCodeDefines values for country codes for phone number prefixes.Methods in com.microsoft.azure.management.resources.fluentcore.arm with type parameters of type ExpandableStringEnum Modifier and Type Method Description protected static <T extends ExpandableStringEnum<T>>
TExpandableStringEnum. fromString(String name, Class<T> clazz)protected static <T extends ExpandableStringEnum<T>>
Collection<T>ExpandableStringEnum. values(Class<T> clazz)
-