public interface Deployment extends Indexable, Refreshable<Deployment>, Updatable<Deployment.Update>, HasInner<com.microsoft.azure.management.resources.implementation.DeploymentExtendedInner>, HasManager<com.microsoft.azure.management.resources.implementation.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.
|
rx.Completable |
cancelAsync()
Cancel a currently running template deployment asynchronously.
|
com.microsoft.rest.ServiceFuture<Void> |
cancelAsync(com.microsoft.rest.ServiceCallback<Void> callback)
Cancel a currently running template deployment asynchronously.
|
String |
correlationId() |
List<Dependency> |
dependencies() |
DeploymentOperations |
deploymentOperations() |
DeploymentExportResult |
exportTemplate()
Exports a deployment template.
|
rx.Observable<DeploymentExportResult> |
exportTemplateAsync()
Exports a deployment template asynchronously.
|
com.microsoft.rest.ServiceFuture<DeploymentExportResult> |
exportTemplateAsync(com.microsoft.rest.ServiceCallback<DeploymentExportResult> callback)
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() |
org.joda.time.DateTime |
timestamp() |
keyrefresh, refreshAsyncupdateinnermanagerString resourceGroupName()
String provisioningState()
String correlationId()
org.joda.time.DateTime timestamp()
Object outputs()
List<Provider> providers()
List<Dependency> dependencies()
String templateHash()
TemplateLink templateLink()
Object parameters()
ParametersLink parametersLink()
DeploymentMode mode()
List<ResourceReference> outputResources()
DeploymentOperations deploymentOperations()
void cancel()
rx.Completable cancelAsync()
com.microsoft.rest.ServiceFuture<Void> cancelAsync(com.microsoft.rest.ServiceCallback<Void> callback)
callback - the callback to call on success or failureDeploymentExportResult exportTemplate()
rx.Observable<DeploymentExportResult> exportTemplateAsync()
com.microsoft.rest.ServiceFuture<DeploymentExportResult> exportTemplateAsync(com.microsoft.rest.ServiceCallback<DeploymentExportResult> callback)
callback - the callback to call on success or failure with export result as parameterDeployment.Execution prepareWhatIf()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/