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 DeploymentbeginCreate()rx.Observable<Deployment>beginCreateAsync()-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
-
-
-
Method Detail
-
beginCreate
Deployment beginCreate()
-
beginCreateAsync
rx.Observable<Deployment> beginCreateAsync()
-
-