Share via


ComponentPurgeState Struct

Definition

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

ComponentPurgeState(String)

Initializes a new instance of ComponentPurgeState.

Properties

Completed

completed.

Pending

pending.

Methods

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

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.

Applies to