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.
public readonly struct PolicyResourceState : IEquatable<Azure.ResourceManager.Cdn.Models.PolicyResourceState>
type PolicyResourceState = struct
Public Structure PolicyResourceState
Implements IEquatable(Of PolicyResourceState)
- Inheritance
-
PolicyResourceState
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyResourceState(String) |
Initializes a new instance of PolicyResourceState. |
Properties
| Name | Description |
|---|---|
| Creating |
Gets the Creating. |
| Deleting |
Gets the Deleting. |
| Disabled |
Gets the Disabled. |
| Disabling |
Gets the Disabling. |
| Enabled |
Gets the Enabled. |
| Enabling |
Gets the Enabling. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(PolicyResourceState, PolicyResourceState) |
Determines if two PolicyResourceState values are the same. |
| Implicit(String to Nullable<PolicyResourceState>) | |
| Implicit(String to PolicyResourceState) |
Converts a string to a PolicyResourceState. |
| Inequality(PolicyResourceState, PolicyResourceState) |
Determines if two PolicyResourceState values are not the same. |