Interface ApiReleaseContract.DefinitionStages.WithParentResource

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

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

    • withExistingApi

      ApiReleaseContract.DefinitionStages.WithCreate withExistingApi(String resourceGroupName, String serviceName, String apiId)
      Specifies resourceGroupName, serviceName, apiId.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      apiId - API identifier. Must be unique in the current API Management service instance.
      Returns:
      the next definition stage.