Interface ApiManagementServiceResource.DefinitionStages.WithPublicNetworkAccess

All Known Subinterfaces:
ApiManagementServiceResource.Definition, ApiManagementServiceResource.DefinitionStages.WithCreate
Enclosing interface:
ApiManagementServiceResource.DefinitionStages

public static interface ApiManagementServiceResource.DefinitionStages.WithPublicNetworkAccess
The stage of the ApiManagementServiceResource definition allowing to specify publicNetworkAccess.
  • Method Details

    • withPublicNetworkAccess

      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.