Interface GlobalSchemaContract.DefinitionStages.WithCreate
-
- All Superinterfaces:
GlobalSchemaContract.DefinitionStages.WithDescription
,GlobalSchemaContract.DefinitionStages.WithDocument
,GlobalSchemaContract.DefinitionStages.WithIfMatch
,GlobalSchemaContract.DefinitionStages.WithSchemaType
,GlobalSchemaContract.DefinitionStages.WithValue
- All Known Subinterfaces:
GlobalSchemaContract.Definition
- Enclosing interface:
- GlobalSchemaContract.DefinitionStages
public static interface GlobalSchemaContract.DefinitionStages.WithCreate extends GlobalSchemaContract.DefinitionStages.WithSchemaType, GlobalSchemaContract.DefinitionStages.WithDescription, GlobalSchemaContract.DefinitionStages.WithValue, GlobalSchemaContract.DefinitionStages.WithDocument, GlobalSchemaContract.DefinitionStages.WithIfMatch
The stage of the GlobalSchemaContract 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalSchemaContract
create()
Executes the create request.GlobalSchemaContract
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.DefinitionStages.WithDescription
withDescription
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.DefinitionStages.WithDocument
withDocument
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.DefinitionStages.WithIfMatch
withIfMatch
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.DefinitionStages.WithSchemaType
withSchemaType
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.DefinitionStages.WithValue
withValue
-
-
-
-
Method Detail
-
create
GlobalSchemaContract create()
Executes the create request.- Returns:
- the created resource.
-
create
GlobalSchemaContract create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-