Share via


PolicyStateType Struct

Definition

The PolicyStateType.

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

Constructors

PolicyStateType(String)

Initializes a new instance of PolicyStateType.

Properties

Default

default.

Latest

latest.

Methods

Equals(PolicyStateType)

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

Equality(PolicyStateType, PolicyStateType)

Determines if two PolicyStateType values are the same.

Implicit(String to PolicyStateType)

Converts a string to a PolicyStateType.

Inequality(PolicyStateType, PolicyStateType)

Determines if two PolicyStateType values are not the same.

Applies to