public static interface Deployment.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Deployment.DefinitionStages.Blank
The first stage of deployment definition.
|
static interface |
Deployment.DefinitionStages.WithCreate
A deployment definition with sufficient inputs to create a new
deployment in the cloud, but exposing additional optional inputs to specify.
|
static interface |
Deployment.DefinitionStages.WithGroup
A deployment definition allowing resource group to be specified.
|
static interface |
Deployment.DefinitionStages.WithMode
A deployment definition allowing the deployment mode to be specified.
|
static interface |
Deployment.DefinitionStages.WithParameters
A deployment definition allowing the parameters to be specified.
|
static interface |
Deployment.DefinitionStages.WithTemplate
A deployment definition allowing the template to be specified.
|
Copyright © 2019. All rights reserved.