DeploymentPropertiesExtended Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. DeploymentPropertiesExtended
- com.
Implements
public final class DeploymentPropertiesExtended
implements JsonSerializable<DeploymentPropertiesExtended>
Deployment properties with additional details.
Constructor Summary
Constructor | Description |
---|---|
DeploymentPropertiesExtended() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
correlationId()
Get the correlation |
Debug |
debugSetting()
Get the debug |
List<Dependency> |
dependencies()
Get the dependencies property: The list of deployment dependencies. |
String |
duration()
Get the duration property: The duration of the template deployment. |
Management |
error()
Get the error property: The deployment error. |
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
Deployment |
mode()
Get the mode property: The deployment mode. |
On |
onErrorDeployment()
Get the on |
List<Resource |
outputResources()
Get the output |
Object |
outputs()
Get the outputs property: Key/value pairs that represent deployment output. |
Object |
parameters()
Get the parameters property: Deployment parameters. |
Parameters |
parametersLink()
Get the parameters |
List<Provider |
providers()
Get the providers property: The list of resource providers needed for the deployment. |
Provisioning |
provisioningState()
Get the provisioning |
String |
templateHash()
Get the template |
Template |
templateLink()
Get the template |
Offset |
timestamp()
Get the timestamp property: The timestamp of the template deployment. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Resource |
validatedResources()
Get the validated |
Methods inherited from java.lang.Object
Constructor Details
DeploymentPropertiesExtended
public DeploymentPropertiesExtended()
Creates an instance of DeploymentPropertiesExtended class.
Method Details
correlationId
public String correlationId()
Get the correlationId property: The correlation ID of the deployment.
Returns:
debugSetting
public DebugSetting debugSetting()
Get the debugSetting property: The debug setting of the deployment.
Returns:
dependencies
public List
Get the dependencies property: The list of deployment dependencies.
Returns:
duration
public String duration()
Get the duration property: The duration of the template deployment.
Returns:
error
public ManagementError error()
Get the error property: The deployment error.
Returns:
fromJson
public static DeploymentPropertiesExtended fromJson(JsonReader jsonReader)
Reads an instance of DeploymentPropertiesExtended from the JsonReader.
Parameters:
Returns:
Throws:
mode
public DeploymentMode mode()
Get the mode property: The deployment mode. Possible values are Incremental and Complete.
Returns:
onErrorDeployment
public OnErrorDeploymentExtended onErrorDeployment()
Get the onErrorDeployment property: The deployment on error behavior.
Returns:
outputResources
public List
Get the outputResources property: Array of provisioned resources.
Returns:
outputs
public Object outputs()
Get the outputs property: Key/value pairs that represent deployment output.
Returns:
parameters
public Object parameters()
Get the parameters property: Deployment parameters.
Returns:
parametersLink
public ParametersLink parametersLink()
Get the parametersLink property: The URI referencing the parameters.
Returns:
providers
public List
Get the providers property: The list of resource providers needed for the deployment.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Denotes the state of provisioning.
Returns:
templateHash
public String templateHash()
Get the templateHash property: The hash produced for the template.
Returns:
templateLink
public TemplateLink templateLink()
Get the templateLink property: The URI referencing the template.
Returns:
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: The timestamp of the template deployment.
Returns:
toJson
validate
public void validate()
Validates the instance.
validatedResources
public List
Get the validatedResources property: Array of validated resources.
Returns:
Applies to
Azure SDK for Java