PolicyResourceState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resource status of the policy. Serialized Name: PolicyResourceState
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 Serialized Name: PolicyResourceState.Creating |
Deleting |
Deleting Serialized Name: PolicyResourceState.Deleting |
Disabled |
Disabled Serialized Name: PolicyResourceState.Disabled |
Disabling |
Disabling Serialized Name: PolicyResourceState.Disabling |
Enabled |
Enabled Serialized Name: PolicyResourceState.Enabled |
Enabling |
Enabling Serialized Name: PolicyResourceState.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. |