DeploymentPolicyEvaluationOutcome Struct

Definition

The outcome of a policy evaluation.

public readonly struct DeploymentPolicyEvaluationOutcome : IEquatable<Azure.ResourceManager.CognitiveServices.Models.DeploymentPolicyEvaluationOutcome>
type DeploymentPolicyEvaluationOutcome = struct
Public Structure DeploymentPolicyEvaluationOutcome
Implements IEquatable(Of DeploymentPolicyEvaluationOutcome)
Inheritance
DeploymentPolicyEvaluationOutcome
Implements

Constructors

Name Description
DeploymentPolicyEvaluationOutcome(String)

Initializes a new instance of DeploymentPolicyEvaluationOutcome.

Properties

Name Description
Compliant

The deployment is compliant with all policies.

Error

An error occurred during evaluation.

NonCompliant

The deployment violates one or more policies.

Methods

Name Description
Equals(DeploymentPolicyEvaluationOutcome)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DeploymentPolicyEvaluationOutcome, DeploymentPolicyEvaluationOutcome)

Determines if two DeploymentPolicyEvaluationOutcome values are the same.

Implicit(String to DeploymentPolicyEvaluationOutcome)

Converts a string to a DeploymentPolicyEvaluationOutcome.

Implicit(String to Nullable<DeploymentPolicyEvaluationOutcome>)
Inequality(DeploymentPolicyEvaluationOutcome, DeploymentPolicyEvaluationOutcome)

Determines if two DeploymentPolicyEvaluationOutcome values are not the same.

Applies to