Interface Deployment.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<Deployment>,HasName,Indexable
- All Known Subinterfaces:
Deployment.Definition
- Enclosing interface:
- Deployment.DefinitionStages
public static interface Deployment.DefinitionStages.WithCreate extends Creatable<Deployment>
A deployment definition with sufficient inputs to create a new deployment in the cloud, but exposing additional optional inputs to specify.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Accepted<Deployment>beginCreate()Begins creating the deployment resource.Accepted<Deployment>beginCreate(com.azure.core.util.Context context)Begins creating the deployment resource.Mono<Deployment>beginCreateAsync()Begins creating the deployment resource.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
-
-
-
Method Detail
-
beginCreate
Accepted<Deployment> beginCreate()
Begins creating the deployment resource.- Returns:
- the accepted create operation
-
beginCreate
Accepted<Deployment> beginCreate(com.azure.core.util.Context context)
Begins creating the deployment resource.- Parameters:
context- theContextof the request- Returns:
- the accepted create operation
-
beginCreateAsync
Mono<Deployment> beginCreateAsync()
Begins creating the deployment resource.- Returns:
- the publisher of the accepted create operation
-
-