Class DeploymentValidateResultInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.DeploymentValidateResultInner
Information from validate template deployment response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DeploymentValidateResultInner class. -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.exception.ManagementErrorerror()Get the error property: Error ResponseGet the properties property: The template deployment properties.voidvalidate()Validates the instance.withProperties(DeploymentPropertiesExtended properties) Set the properties property: The template deployment properties.
-
Constructor Details
-
DeploymentValidateResultInner
public DeploymentValidateResultInner()Creates an instance of DeploymentValidateResultInner class.
-
-
Method Details
-
error
public com.azure.core.management.exception.ManagementError error()Get the error property: Error ResponseThe deployment validation error.
- Returns:
- the error value.
-
properties
Get the properties property: The template deployment properties.- Returns:
- the properties value.
-
withProperties
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.
-