Share via


PolicyStateSummaryType Struct

Definition

The PolicyStateSummaryType.

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

Constructors

PolicyStateSummaryType(String)

Initializes a new instance of PolicyStateSummaryType.

Properties

Latest

latest.

Methods

Equals(PolicyStateSummaryType)

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(PolicyStateSummaryType, PolicyStateSummaryType)

Determines if two PolicyStateSummaryType values are the same.

Implicit(String to PolicyStateSummaryType)

Converts a string to a PolicyStateSummaryType.

Inequality(PolicyStateSummaryType, PolicyStateSummaryType)

Determines if two PolicyStateSummaryType values are not the same.

Applies to