Creatable (Azure SDK for Java Reference Documentation)
James Stevens
Published Feb 16, 2026
- Type Parameters:
T- the fluent type of the resource to be created
- All Known Subinterfaces:
Deployment.Definition,Deployment.DefinitionStages.WithCreate,GenericResource.Definition,GenericResource.DefinitionStages.WithCreate,ManagementLock.Definition,ManagementLock.DefinitionStages.WithCreate,PolicyAssignment.Definition,PolicyAssignment.DefinitionStages.WithCreate,PolicyDefinition.Definition,PolicyDefinition.DefinitionStages.WithCreate,ResourceGroup.Definition,ResourceGroup.DefinitionStages.WithCreate
The final stage of the resource definition, at which it can be created using create().
Method Summary
Execute the create request.
create(com.azure.core.util.Context context) Execute the create request.
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
key
Method Details
create
T create()Execute the create request.
- Returns:
- the create resource
createAsync
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
- Returns:
- the publisher of the resource create request
create
T create(com.azure.core.util.Context context) Execute the create request.
- Parameters:
context- theContextof the request- Returns:
- the created resource
createAsync
Mono<T> createAsync(com.azure.core.util.Context context) Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
- Parameters:
context- theContextof the request- Returns:
- the publisher of the resource create request