Interface ApiManagementServiceResource.DefinitionStages.WithHostnameConfigurations
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithHostnameConfigurations
The stage of the ApiManagementServiceResource definition 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.DefinitionStages.WithCreate 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.
-