Interface ApiReleaseContract.DefinitionStages.WithCreate
- All Superinterfaces:
ApiReleaseContract.DefinitionStages.WithApiId,ApiReleaseContract.DefinitionStages.WithIfMatch,ApiReleaseContract.DefinitionStages.WithNotes
- All Known Subinterfaces:
ApiReleaseContract.Definition
- Enclosing interface:
ApiReleaseContract.DefinitionStages
public static interface ApiReleaseContract.DefinitionStages.WithCreate
extends ApiReleaseContract.DefinitionStages.WithApiId, ApiReleaseContract.DefinitionStages.WithNotes, ApiReleaseContract.DefinitionStages.WithIfMatch
The stage of the ApiReleaseContract definition which contains all the minimum required properties for the
resource to be created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ApiReleaseContract.DefinitionStages.WithApiId
withApiIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ApiReleaseContract.DefinitionStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ApiReleaseContract.DefinitionStages.WithNotes
withNotes
-
Method Details
-
create
ApiReleaseContract create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-