Share via


DataBoxStageName Struct

Definition

Schema of DataBox Stage Name enumeration.

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

Constructors

DataBoxStageName(String)

Initializes a new instance of DataBoxStageName.

Properties

CopyCompleted

Copy has completed.

CopyStarted

Copy has started.

OrderCompleted

Order has been completed.

Methods

Equals(DataBoxStageName)

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

Determines if two DataBoxStageName values are the same.

Implicit(String to DataBoxStageName)

Converts a string to a DataBoxStageName.

Inequality(DataBoxStageName, DataBoxStageName)

Determines if two DataBoxStageName values are not the same.

Applies to