Interface ApiVersionSetContract.UpdateStages.WithDisplayName
- All Known Subinterfaces:
ApiVersionSetContract.Update
- Enclosing interface:
ApiVersionSetContract.UpdateStages
public static interface ApiVersionSetContract.UpdateStages.WithDisplayName
The stage of the ApiVersionSetContract update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Name of API Version Set.
-
Method Details
-
withDisplayName
Specifies the displayName property: Name of API Version Set.- Parameters:
displayName- Name of API Version Set.- Returns:
- the next definition stage.
-