Delen via


EnabledState Struct

Definition

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.

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

Constructors

EnabledState(String)

Initializes a new instance of EnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(EnabledState)

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

Determines if two EnabledState values are the same.

Implicit(String to EnabledState)

Converts a string to a EnabledState.

Inequality(EnabledState, EnabledState)

Determines if two EnabledState values are not the same.

Applies to