Interface ContentTypeContract.DefinitionStages.WithCreate
- All Superinterfaces:
ContentTypeContract.DefinitionStages.WithDescription,ContentTypeContract.DefinitionStages.WithIdPropertiesId,ContentTypeContract.DefinitionStages.WithIfMatch,ContentTypeContract.DefinitionStages.WithNamePropertiesName,ContentTypeContract.DefinitionStages.WithSchema,ContentTypeContract.DefinitionStages.WithVersion
- All Known Subinterfaces:
ContentTypeContract.Definition
- Enclosing interface:
ContentTypeContract.DefinitionStages
public static interface ContentTypeContract.DefinitionStages.WithCreate
extends ContentTypeContract.DefinitionStages.WithIdPropertiesId, ContentTypeContract.DefinitionStages.WithNamePropertiesName, ContentTypeContract.DefinitionStages.WithDescription, ContentTypeContract.DefinitionStages.WithSchema, ContentTypeContract.DefinitionStages.WithVersion, ContentTypeContract.DefinitionStages.WithIfMatch
The stage of the ContentTypeContract 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.ContentTypeContract.DefinitionStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ContentTypeContract.DefinitionStages.WithIdPropertiesId
withIdPropertiesIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ContentTypeContract.DefinitionStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ContentTypeContract.DefinitionStages.WithNamePropertiesName
withNamePropertiesNameMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ContentTypeContract.DefinitionStages.WithSchema
withSchemaMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ContentTypeContract.DefinitionStages.WithVersion
withVersion
-
Method Details
-
create
ContentTypeContract 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.
-