Class DeploymentStackValidateResultInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.resources.models.AzureResourceBase
com.azure.resourcemanager.resources.fluent.models.DeploymentStackValidateResultInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class DeploymentStackValidateResultInner extends AzureResourceBase
The Deployment stack validation result.
  • Constructor Details

    • DeploymentStackValidateResultInner

      public DeploymentStackValidateResultInner()
      Creates an instance of DeploymentStackValidateResultInner class.
  • Method Details

    • properties

      public DeploymentStackValidateProperties properties()
      Get the properties property: The validation result details.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: The validation result details.
      Parameters:
      properties - the properties value to set.
      Returns:
      the DeploymentStackValidateResultInner object itself.
    • error

      public com.azure.core.management.exception.ManagementError error()
      Get the error property: The error detail.
      Returns:
      the error value.
    • withError

      public DeploymentStackValidateResultInner withError(com.azure.core.management.exception.ManagementError error)
      Set the error property: The error detail.
      Parameters:
      error - the error value to set.
      Returns:
      the DeploymentStackValidateResultInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class AzureResourceBase
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.