Share via


PrimingJobState Struct

Definition

The state of the priming operation.

public readonly struct PrimingJobState : IEquatable<Azure.ResourceManager.StorageCache.Models.PrimingJobState>
type PrimingJobState = struct
Public Structure PrimingJobState
Implements IEquatable(Of PrimingJobState)
Inheritance
PrimingJobState
Implements

Constructors

PrimingJobState(String)

Initializes a new instance of PrimingJobState.

Properties

Complete

Complete.

Paused

Paused.

Queued

Queued.

Running

Running.

Methods

Equals(PrimingJobState)

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(PrimingJobState, PrimingJobState)

Determines if two PrimingJobState values are the same.

Implicit(String to PrimingJobState)

Converts a string to a PrimingJobState.

Inequality(PrimingJobState, PrimingJobState)

Determines if two PrimingJobState values are not the same.

Applies to