Uses of Class
com.azure.resourcemanager.resources.models.ZoneMapping
-
Packages that use ZoneMapping Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ZoneMapping in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ZoneMapping Modifier and Type Method Description ZoneMappingZoneMapping. withLocation(String location)Set the location property: The location of the zone mapping.ZoneMappingZoneMapping. withZones(List<String> zones)Set the zones property: The zones property.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ZoneMapping Modifier and Type Method Description List<ZoneMapping>ProviderResourceType. zoneMappings()Get the zoneMappings property: The zoneMappings property.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ZoneMapping Modifier and Type Method Description ProviderResourceTypeProviderResourceType. withZoneMappings(List<ZoneMapping> zoneMappings)Set the zoneMappings property: The zoneMappings property.
-