Class DeploymentValidateResultInner


  • public final class DeploymentValidateResultInner
    extends Object
    Information from validate template deployment response.
    • Constructor Detail

      • DeploymentValidateResultInner

        public DeploymentValidateResultInner()
    • 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.