Uses of Class
com.azure.resourcemanager.apimanagement.models.AdditionalLocation
Packages that use AdditionalLocation
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AdditionalLocation in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type AdditionalLocationModifier and TypeMethodDescriptionApiManagementServiceResourceInner.additionalLocations()Get the additionalLocations property: Additional datacenter locations of the API Management service.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type AdditionalLocationModifier and TypeMethodDescriptionApiManagementServiceProperties.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceResourceInner.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceUpdateProperties.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service. -
Uses of AdditionalLocation in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AdditionalLocationModifier and TypeMethodDescriptionstatic AdditionalLocationAdditionalLocation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdditionalLocation from the JsonReader.AdditionalLocation.withDisableGateway(Boolean disableGateway) Set the disableGateway property: Property only valid for an Api Management service deployed in multiple locations.AdditionalLocation.withLocation(String location) Set the location property: The location name of the additional region among Azure Data center regions.AdditionalLocation.withNatGatewayState(NatGatewayState natGatewayState) Set the natGatewayState property: Property can be used to enable NAT Gateway for this API Management service.AdditionalLocation.withPublicIpAddressId(String publicIpAddressId) Set the publicIpAddressId property: Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location.AdditionalLocation.withSku(ApiManagementServiceSkuProperties sku) Set the sku property: SKU properties of the API Management service.AdditionalLocation.withVirtualNetworkConfiguration(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network configuration for the location.Set the zones property: A list of availability zones denoting where the resource needs to come from.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AdditionalLocationModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.additionalLocations()Get the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceResource.additionalLocations()Gets the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceUpdateParameters.additionalLocations()Get the additionalLocations property: Additional datacenter locations of the API Management service.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type AdditionalLocationModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service.ApiManagementServiceResource.DefinitionStages.WithAdditionalLocations.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Specifies the additionalLocations property: Additional datacenter locations of the API Management service..ApiManagementServiceResource.UpdateStages.WithAdditionalLocations.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Specifies the additionalLocations property: Additional datacenter locations of the API Management service..ApiManagementServiceUpdateParameters.withAdditionalLocations(List<AdditionalLocation> additionalLocations) Set the additionalLocations property: Additional datacenter locations of the API Management service.