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 Details

    • DeploymentValidateResultInner

      public DeploymentValidateResultInner()
  • Method Details

    • 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.