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