Share via


PurgeState Struct

Definition

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