ApiContract.DefinitionStages.WithPath Interface

public static interface ApiContract.DefinitionStages.WithPath

The stage of the ApiContract definition allowing to specify path.

Method Summary

Modifier and Type Method and Description
abstract WithCreate 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.

Method Details

withPath

public abstract ApiContract.DefinitionStages.WithCreate 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.

Applies to