Interface ApiContract.DefinitionStages.WithApiVersionSetId
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithApiVersionSetId
The stage of the ApiContract definition allowing to specify apiVersionSetId.
-
Method Summary
Modifier and TypeMethodDescriptionwithApiVersionSetId(String apiVersionSetId) Specifies the apiVersionSetId property: A resource identifier for the related ApiVersionSet..
-
Method Details
-
withApiVersionSetId
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.
-