public class DeploymentPropertiesExtended extends Object
| Constructor and Description |
|---|
DeploymentPropertiesExtended() |
| Modifier and Type | Method and Description |
|---|---|
String |
correlationId()
Get the correlation ID of the deployment.
|
DebugSetting |
debugSetting()
Get the debug setting of the deployment.
|
List<Dependency> |
dependencies()
Get the list of deployment dependencies.
|
String |
duration()
Get the duration of the template deployment.
|
ErrorResponse |
error()
Get the deployment error.
|
DeploymentMode |
mode()
Get the deployment mode.
|
OnErrorDeploymentExtended |
onErrorDeployment()
Get the deployment on error behavior.
|
List<ResourceReference> |
outputResources()
Get array of provisioned resources.
|
Object |
outputs()
Get key/value pairs that represent deployment output.
|
Object |
parameters()
Get deployment parameters.
|
ParametersLink |
parametersLink()
Get the URI referencing the parameters.
|
List<com.microsoft.azure.management.resources.implementation.ProviderInner> |
providers()
Get the list of resource providers needed for the deployment.
|
ProvisioningState |
provisioningState()
Get denotes the state of provisioning.
|
String |
templateHash()
Get the hash produced for the template.
|
TemplateLink |
templateLink()
Get the URI referencing the template.
|
org.joda.time.DateTime |
timestamp()
Get the timestamp of the template deployment.
|
List<ResourceReference> |
validatedResources()
Get array of validated resources.
|
public ProvisioningState provisioningState()
public String correlationId()
public org.joda.time.DateTime timestamp()
public String duration()
public Object outputs()
public List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers()
public List<Dependency> dependencies()
public TemplateLink templateLink()
public Object parameters()
public ParametersLink parametersLink()
public DeploymentMode mode()
public DebugSetting debugSetting()
public OnErrorDeploymentExtended onErrorDeployment()
public String templateHash()
public List<ResourceReference> outputResources()
public List<ResourceReference> validatedResources()
public ErrorResponse error()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/