PeeringOption 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.
Peering option list.
public readonly struct PeeringOption : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.PeeringOption>
type PeeringOption = struct
Public Structure PeeringOption
Implements IEquatable(Of PeeringOption)
- Inheritance
-
PeeringOption
- Implements
Constructors
| Name | Description |
|---|---|
| PeeringOption(String) |
Initializes a new instance of PeeringOption. |
Properties
| Name | Description |
|---|---|
| OptionA |
OptionA. |
| OptionB |
OptionB. |
Methods
| Name | Description |
|---|---|
| Equals(PeeringOption) |
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
| Name | Description |
|---|---|
| Equality(PeeringOption, PeeringOption) |
Determines if two PeeringOption values are the same. |
| Implicit(String to PeeringOption) |
Converts a String to a PeeringOption. |
| Inequality(PeeringOption, PeeringOption) |
Determines if two PeeringOption values are not the same. |