Class DeploymentValidateResultInner
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.DeploymentValidateResultInner
-
public final class DeploymentValidateResultInner extends Object
Information from validate template deployment response.
-
-
Constructor Summary
Constructors Constructor Description DeploymentValidateResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.core.management.exception.ManagementErrorerror()Get the error property: Error Response The deployment validation error.DeploymentPropertiesExtendedproperties()Get the properties property: The template deployment properties.voidvalidate()Validates the instance.DeploymentValidateResultInnerwithProperties(DeploymentPropertiesExtended properties)Set the properties property: The template deployment properties.
-
-
-
Method Detail
-
error
public com.azure.core.management.exception.ManagementError error()
Get the error property: Error Response The deployment validation error.- Returns:
- the error value.
-
properties
public DeploymentPropertiesExtended properties()
Get the properties property: The template deployment properties.- Returns:
- the properties value.
-
withProperties
public DeploymentValidateResultInner withProperties(DeploymentPropertiesExtended properties)
Set the properties property: The template deployment properties.- Parameters:
properties- the properties value to set.- Returns:
- the DeploymentValidateResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-