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 Type
    Method
    Description
    withApiVersionSetId(String apiVersionSetId)
    Specifies the apiVersionSetId property: A resource identifier for the related ApiVersionSet..
  • Method Details

    • withApiVersionSetId

      ApiContract.Update 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.