PolicyResourceState Struct

Definition

Resource status of the policy.

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

Constructors

PolicyResourceState(String)

Initializes a new instance of PolicyResourceState.

Properties

Creating

Creating.

Deleting

Deleting.

Disabled

Disabled.

Disabling

Disabling.

Enabled

Enabled.

Enabling

Enabling.

Methods

Equals(PolicyResourceState)

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

Determines if two PolicyResourceState values are the same.

Implicit(String to PolicyResourceState)

Converts a string to a PolicyResourceState.

Inequality(PolicyResourceState, PolicyResourceState)

Determines if two PolicyResourceState values are not the same.

Applies to