Interface ApiContract.UpdateStages.WithApiVersionSetId
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithApiVersionSetId
The stage of the ApiContract update 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.
-