Udostępnij przez


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

Name Description
PolicyEnabledState(String)

Initializes a new instance of PolicyEnabledState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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