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