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