Interface GatewayContract.DefinitionStages.WithParentResource

All Known Subinterfaces:
GatewayContract.Definition, GatewayContract.DefinitionStages.Blank
Enclosing interface:
GatewayContract.DefinitionStages

public static interface GatewayContract.DefinitionStages.WithParentResource
The stage of the GatewayContract definition allowing to specify parent resource.
  • Method Details

    • withExistingService

      GatewayContract.DefinitionStages.WithCreate withExistingService(String resourceGroupName, String serviceName)
      Specifies resourceGroupName, serviceName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      Returns:
      the next definition stage.