Interface ApiManagementServiceResource.UpdateStages.WithAdditionalLocations
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithAdditionalLocations
The stage of the ApiManagementServiceResource update allowing to specify additionalLocations.
-
Method Summary
Modifier and TypeMethodDescriptionwithAdditionalLocations(List<AdditionalLocation> additionalLocations) Specifies the additionalLocations property: Additional datacenter locations of the API Management service..
-
Method Details
-
withAdditionalLocations
ApiManagementServiceResource.Update withAdditionalLocations(List<AdditionalLocation> additionalLocations) Specifies the additionalLocations property: Additional datacenter locations of the API Management service..- Parameters:
additionalLocations- Additional datacenter locations of the API Management service.- Returns:
- the next definition stage.
-