PurgeState 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 PurgeState : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.PurgeState>
type PurgeState = struct
Public Structure PurgeState
Implements IEquatable(Of PurgeState)
- Inheritance
-
PurgeState
- Implements
Constructors
PurgeState(String) |
Initializes a new instance of PurgeState. |
Properties
Completed |
completed. |
Pending |
pending. |
Methods
Equals(PurgeState) |
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(PurgeState, PurgeState) |
Determines if two PurgeState values are the same. |
Implicit(String to PurgeState) |
Converts a string to a PurgeState. |
Inequality(PurgeState, PurgeState) |
Determines if two PurgeState values are not the same. |
Applies to
Azure SDK for .NET