DataBoxStageName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET