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