Interface ApiManagementServiceResource.UpdateStages.WithHostnameConfigurations
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithHostnameConfigurations
The stage of the ApiManagementServiceResource update allowing to specify hostnameConfigurations.
-
Method Summary
Modifier and TypeMethodDescriptionwithHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Specifies the hostnameConfigurations property: Custom hostname configuration of the API Management service..
-
Method Details
-
withHostnameConfigurations
ApiManagementServiceResource.Update withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Specifies the hostnameConfigurations property: Custom hostname configuration of the API Management service..- Parameters:
hostnameConfigurations- Custom hostname configuration of the API Management service.- Returns:
- the next definition stage.
-