ComponentPurgeState 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.
Status of the operation represented by the requested Id.
public readonly struct ComponentPurgeState : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeState>
type ComponentPurgeState = struct
Public Structure ComponentPurgeState
Implements IEquatable(Of ComponentPurgeState)
- Inheritance
-
ComponentPurgeState
- Implements
Constructors
| Name | Description |
|---|---|
| ComponentPurgeState(String) |
Initializes a new instance of ComponentPurgeState. |
Properties
| Name | Description |
|---|---|
| Completed |
completed. |
| Pending |
pending. |
Methods
| Name | Description |
|---|---|
| Equals(ComponentPurgeState) |
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(ComponentPurgeState, ComponentPurgeState) |
Determines if two ComponentPurgeState values are the same. |
| Implicit(String to ComponentPurgeState) |
Converts a String to a ComponentPurgeState. |
| Inequality(ComponentPurgeState, ComponentPurgeState) |
Determines if two ComponentPurgeState values are not the same. |