Share via


CustomRuleEnabledState Struct

Definition

Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.

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

Constructors

CustomRuleEnabledState(String)

Initializes a new instance of CustomRuleEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(CustomRuleEnabledState)

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

Determines if two CustomRuleEnabledState values are the same.

Implicit(String to CustomRuleEnabledState)

Converts a string to a CustomRuleEnabledState.

Inequality(CustomRuleEnabledState, CustomRuleEnabledState)

Determines if two CustomRuleEnabledState values are not the same.

Applies to