Uses of Class
com.azure.resourcemanager.network.models.ExtendedLocationTypes
Packages that use ExtendedLocationTypes
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExtendedLocationTypes in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ExtendedLocationTypes in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe supported ExtendedLocation types.Fields in com.azure.resourcemanager.network.models declared as ExtendedLocationTypesModifier and TypeFieldDescriptionstatic final ExtendedLocationTypesExtendedLocationTypes.EDGE_ZONEStatic value EdgeZone for ExtendedLocationTypes.Methods in com.azure.resourcemanager.network.models that return ExtendedLocationTypesModifier and TypeMethodDescriptionstatic ExtendedLocationTypesExtendedLocationTypes.fromString(String name) Creates or finds a ExtendedLocationTypes from its string representation.ExtendedLocation.type()Get the type property: The type of the extended location.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExtendedLocationTypesModifier and TypeMethodDescriptionstatic Collection<ExtendedLocationTypes> ExtendedLocationTypes.values()Gets known ExtendedLocationTypes values.Methods in com.azure.resourcemanager.network.models with parameters of type ExtendedLocationTypesModifier and TypeMethodDescriptionExtendedLocation.withType(ExtendedLocationTypes type) Set the type property: The type of the extended location.