Mode 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.
Extensible enum for known Mode values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Arm.Models.Mode+ModeJsonConverter))]
public readonly struct Mode : IEquatable<Azure.Connectors.Sdk.Arm.Models.Mode>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Arm.Models.Mode+ModeJsonConverter))>]
type Mode = struct
Public Structure Mode
Implements IEquatable(Of Mode)
- Inheritance
-
Mode
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Mode(String) |
Initializes a new instance of the Mode struct. |
Properties
| Name | Description |
|---|---|
| Complete |
Complete |
| Incremental |
Incremental |
Methods
| Name | Description |
|---|---|
| Equals(Mode) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(Mode, Mode) |
Equality operator. |
| Implicit(Mode to String) |
Converts a Mode to its string representation. |
| Implicit(String to Mode) |
Converts a string to Mode. |
| Inequality(Mode, Mode) |
Inequality operator. |