Interface ApiManagementServiceResource.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithPublicNetworkAccess
The stage of the ApiManagementServiceResource update allowing to specify publicNetworkAccess.
-
Method Summary
Modifier and TypeMethodDescriptionwithPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service.
-
Method Details
-
withPublicNetworkAccess
ApiManagementServiceResource.Update withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'.- Parameters:
publicNetworkAccess- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'.- Returns:
- the next definition stage.
-