public final class DeploymentPropertiesExtended extends Object
| Constructor and Description |
|---|
DeploymentPropertiesExtended() |
| Modifier and Type | Method and Description |
|---|---|
String |
correlationId()
Get the correlationId property: The correlation ID of the deployment.
|
DebugSetting |
debugSetting()
Get the debugSetting property: The debug setting of the deployment.
|
List<Dependency> |
dependencies()
Get the dependencies property: The list of deployment dependencies.
|
String |
duration()
Get the duration property: The duration of the template deployment.
|
com.azure.core.management.exception.ManagementError |
error()
Get the error property: The deployment error.
|
DeploymentMode |
mode()
Get the mode property: The deployment mode.
|
OnErrorDeploymentExtended |
onErrorDeployment()
Get the onErrorDeployment property: The deployment on error behavior.
|
List<ResourceReference> |
outputResources()
Get the outputResources property: Array of provisioned resources.
|
Object |
outputs()
Get the outputs property: Key/value pairs that represent deployment output.
|
Object |
parameters()
Get the parameters property: Deployment parameters.
|
ParametersLink |
parametersLink()
Get the parametersLink property: The URI referencing the parameters.
|
List<ProviderInner> |
providers()
Get the providers property: The list of resource providers needed for the deployment.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: Denotes the state of provisioning.
|
String |
templateHash()
Get the templateHash property: The hash produced for the template.
|
TemplateLink |
templateLink()
Get the templateLink property: The URI referencing the template.
|
OffsetDateTime |
timestamp()
Get the timestamp property: The timestamp of the template deployment.
|
void |
validate()
Validates the instance.
|
List<ResourceReference> |
validatedResources()
Get the validatedResources property: Array of validated resources.
|
public ProvisioningState provisioningState()
public String correlationId()
public OffsetDateTime timestamp()
public String duration()
public Object outputs()
public List<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 com.azure.core.management.exception.ManagementError error()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.