Interface ApiContract.UpdateStages.WithPath

  • All Known Subinterfaces:
    ApiContract.Update
    Enclosing interface:
    ApiContract.UpdateStages

    public static interface ApiContract.UpdateStages.WithPath
    The stage of the ApiContract update allowing to specify path.
    • Method Detail

      • withPath

        ApiContract.Update withPath​(String path)
        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.