Share via


AcsRouterJobStatus Struct

Definition

Router Job Received Job Status.

public readonly struct AcsRouterJobStatus : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobStatus>
type AcsRouterJobStatus = struct
Public Structure AcsRouterJobStatus
Implements IEquatable(Of AcsRouterJobStatus)
Inheritance
AcsRouterJobStatus
Implements

Constructors

AcsRouterJobStatus(String)

Initializes a new instance of AcsRouterJobStatus.

Properties

Assigned

Assigned.

Cancelled

Cancelled.

ClassificationFailed

ClassificationFailed.

Closed

Closed.

Completed

Completed.

Created

Created.

PendingClassification

PendingClassification.

PendingSchedule

PendingSchedule.

Queued

Queued.

Scheduled

Scheduled.

ScheduleFailed

ScheduleFailed.

WaitingForActivation

WaitingForActivation.

Methods

Equals(AcsRouterJobStatus)

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

Determines if two AcsRouterJobStatus values are the same.

Implicit(String to AcsRouterJobStatus)

Converts a string to a AcsRouterJobStatus.

Inequality(AcsRouterJobStatus, AcsRouterJobStatus)

Determines if two AcsRouterJobStatus values are not the same.

Applies to