ApiContract.DefinitionStages.WithApiVersionSetId Interface

public static interface ApiContract.DefinitionStages.WithApiVersionSetId

The stage of the ApiContract definition allowing to specify apiVersionSetId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withApiVersionSetId(String apiVersionSetId)

Specifies the apiVersionSetId property: A resource identifier for the related ApiVersionSet..

Method Details

withApiVersionSetId

public abstract ApiContract.DefinitionStages.WithCreate withApiVersionSetId(String apiVersionSetId)

Specifies the apiVersionSetId property: A resource identifier for the related ApiVersionSet..

Parameters:

apiVersionSetId - A resource identifier for the related ApiVersionSet.

Returns:

the next definition stage.

Applies to