Bagikan melalui


PolicyEnabledState Struct

Definition

describes if the policy is in enabled state or disabled state.

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

Constructors

PolicyEnabledState(String)

Initializes a new instance of PolicyEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PolicyEnabledState)

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

Determines if two PolicyEnabledState values are the same.

Implicit(String to PolicyEnabledState)

Converts a string to a PolicyEnabledState.

Inequality(PolicyEnabledState, PolicyEnabledState)

Determines if two PolicyEnabledState values are not the same.

Applies to