public interface Deployment extends Indexable, Refreshable<Deployment>, Updatable<Deployment.Update>, HasInnerModel<DeploymentExtendedInner>, HasManager<ResourceManager>, HasName, HasId
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Deployment.Definition
Container interface for all the deployment definitions.
|
static interface |
Deployment.DefinitionStages
Grouping of all the deployment definition stages.
|
static interface |
Deployment.Execution
Container interface for all the deployment execution.
|
static interface |
Deployment.ExecutionStages
Grouping of all the deployment execution stages.
|
static interface |
Deployment.Update
The template for a deployment update operation, containing all the settings that
can be modified.
|
static interface |
Deployment.UpdateStages
Grouping of all the deployment updates stages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel a currently running template deployment.
|
Mono<Void> |
cancelAsync()
Cancel a currently running template deployment asynchronously.
|
String |
correlationId() |
List<Dependency> |
dependencies() |
DeploymentOperations |
deploymentOperations() |
com.azure.core.management.exception.ManagementError |
error() |
DeploymentExportResult |
exportTemplate()
Exports a deployment template.
|
Mono<DeploymentExportResult> |
exportTemplateAsync()
Exports a deployment template asynchronously.
|
DeploymentMode |
mode() |
List<ResourceReference> |
outputResources()
Get array of provisioned resources.
|
Object |
outputs() |
Object |
parameters() |
ParametersLink |
parametersLink() |
Deployment.Execution |
prepareWhatIf()
Prepares a What-if operation.
|
List<Provider> |
providers() |
String |
provisioningState() |
String |
resourceGroupName() |
String |
templateHash() |
TemplateLink |
templateLink() |
OffsetDateTime |
timestamp() |
refresh, refreshAsyncupdateinnerModelmanagerString resourceGroupName()
String provisioningState()
String correlationId()
OffsetDateTime timestamp()
Object outputs()
List<Provider> providers()
List<Dependency> dependencies()
String templateHash()
TemplateLink templateLink()
Object parameters()
ParametersLink parametersLink()
DeploymentMode mode()
com.azure.core.management.exception.ManagementError error()
ManagementError, if deployment fails.List<ResourceReference> outputResources()
DeploymentOperations deploymentOperations()
void cancel()
Mono<Void> cancelAsync()
DeploymentExportResult exportTemplate()
Mono<DeploymentExportResult> exportTemplateAsync()
Deployment.Execution prepareWhatIf()
Copyright © 2021 Microsoft Corporation. All rights reserved.