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.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.
|
key
refresh, refreshAsync
update
inner
manager
String resourceGroupName()
String provisioningState()
String correlationId()
org.joda.time.DateTime timestamp()
Object outputs()
List<Provider> providers()
List<Dependency> dependencies()
Object template()
TemplateLink templateLink()
Object parameters()
ParametersLink parametersLink()
DeploymentMode mode()
DeploymentOperations deploymentOperations()
void cancel()
rx.Completable cancelAsync()
ServiceFuture<Void> cancelAsync(ServiceCallback<Void> callback)
callback
- the callback to call on success or failureDeploymentExportResult exportTemplate()
rx.Observable<DeploymentExportResult> exportTemplateAsync()
ServiceFuture<DeploymentExportResult> exportTemplateAsync(ServiceCallback<DeploymentExportResult> callback)
callback
- the callback to call on success or failure with export result as parameterCopyright © 2019. All rights reserved.