public static interface Deployment.ExecutionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Deployment.ExecutionStages.Blank
The first stage of deployment execution.
|
static interface |
Deployment.ExecutionStages.WithExecute |
static interface |
Deployment.ExecutionStages.WithWhatIf
A deployment execution allowing What-if parameters to be specified.
|
static interface |
Deployment.ExecutionStages.WithWhatIfDeploymentMode
A deployment execution allowing deployment mode to be specified.
|
static interface |
Deployment.ExecutionStages.WithWhatIfLocation
A deployment execution allowing data storage location to be specified.
|
static interface |
Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
A deployment execution allowing on error deployment type to be specified.
|
static interface |
Deployment.ExecutionStages.WithWhatIfParameter
A deployment execution allowing parameter to be specified.
|
static interface |
Deployment.ExecutionStages.WithWhatIfResultFormat
A deployment execution allowing result format to be specified.
|
static interface |
Deployment.ExecutionStages.WithWhatIfTemplate
A deployment execution allowing template to be specified.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.