Uses of Class
com.azure.resourcemanager.resources.models.LocationType
-
Packages that use LocationType Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of LocationType in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return LocationType Modifier and Type Method Description LocationTypeLocationInner. type()Get the type property: The location type. -
Uses of LocationType in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return LocationType Modifier and Type Method Description static LocationTypeLocationType. fromString(String value)Parses a serialized value to a LocationType instance.static LocationTypeLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocationType[]LocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-