Interface ApiContract.DefinitionStages.WithPath

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

public static interface ApiContract.DefinitionStages.WithPath
The stage of the ApiContract definition allowing to specify path.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the path property: Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance.
  • Method Details

    • withPath

      Specifies the path property: Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API..
      Parameters:
      path - Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API.
      Returns:
      the next definition stage.