Uses of Class
com.azure.resourcemanager.apimanagement.models.ResourceLocationDataContract
Packages that use ResourceLocationDataContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ResourceLocationDataContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ResourceLocationDataContractModifier and TypeMethodDescriptionGatewayContractInner.locationData()Get the locationData property: Gateway location.GatewayContractProperties.locationData()Get the locationData property: Gateway location.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ResourceLocationDataContractModifier and TypeMethodDescriptionGatewayContractInner.withLocationData(ResourceLocationDataContract locationData) Set the locationData property: Gateway location.GatewayContractProperties.withLocationData(ResourceLocationDataContract locationData) Set the locationData property: Gateway location. -
Uses of ResourceLocationDataContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ResourceLocationDataContractModifier and TypeMethodDescriptionstatic ResourceLocationDataContractResourceLocationDataContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceLocationDataContract from the JsonReader.GatewayContract.locationData()Gets the locationData property: Gateway location.Set the city property: The city or locality where the resource is located.ResourceLocationDataContract.withCountryOrRegion(String countryOrRegion) Set the countryOrRegion property: The country or region where the resource is located.ResourceLocationDataContract.withDistrict(String district) Set the district property: The district, state, or province where the resource is located.Set the name property: A canonical name for the geographic or physical location.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ResourceLocationDataContractModifier and TypeMethodDescriptionGatewayContract.DefinitionStages.WithLocationData.withLocationData(ResourceLocationDataContract locationData) Specifies the locationData property: Gateway location..GatewayContract.UpdateStages.WithLocationData.withLocationData(ResourceLocationDataContract locationData) Specifies the locationData property: Gateway location..