Deployment Interface

Definition

An immutable client-side representation of an Azure deployment.

public interface Deployment extends Indexable, Refreshable<Deployment>, Updatable<Deployment.Update>, HasInner<DeploymentExtendedInner>, HasManager<ResourceManager>, HasName, HasId
Implements
HasId HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager> HasName HasInner<com.microsoft.azure.management.resources.implementation.DeploymentExtendedInner> Indexable Refreshable<Deployment> Updatable<Update>

Methods

cancel()

Cancel a currently running template deployment.

cancelAsync()

Cancel a currently running template deployment asynchronously.

cancelAsync(ServiceCallback<Void> callback)

Cancel a currently running template deployment asynchronously.

correlationId()
dependencies()
deploymentOperations()
exportTemplate()

Exports a deployment template.

exportTemplateAsync()

Exports a deployment template asynchronously.

exportTemplateAsync(ServiceCallback<DeploymentExportResult> callback)

Exports a deployment template asynchronously.

mode()
outputResources()

Get array of provisioned resources.

outputs()
parameters()
parametersLink()
prepareWhatIf()

Prepares a What-if operation.

providers()
provisioningState()
resourceGroupName()
templateHash()
templateLink()
timestamp()

Applies to