Bagikan melalui


OperationalInsightsWorkspacePurgeState Struct

Definition

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