次の方法で共有


RoutingRuleNextHopType Struct

Definition

Routing rule next hop type.

public readonly struct RoutingRuleNextHopType : IEquatable<Azure.ResourceManager.Network.Models.RoutingRuleNextHopType>
type RoutingRuleNextHopType = struct
Public Structure RoutingRuleNextHopType
Implements IEquatable(Of RoutingRuleNextHopType)
Inheritance
RoutingRuleNextHopType
Implements

Constructors

RoutingRuleNextHopType(String)

Initializes a new instance of RoutingRuleNextHopType.

Properties

Internet

Internet.

NoNextHop

NoNextHop.

VirtualAppliance

VirtualAppliance.

VirtualNetworkGateway

VirtualNetworkGateway.

VnetLocal

VnetLocal.

Methods

Equals(RoutingRuleNextHopType)

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

Equality(RoutingRuleNextHopType, RoutingRuleNextHopType)

Determines if two RoutingRuleNextHopType values are the same.

Implicit(String to RoutingRuleNextHopType)

Converts a string to a RoutingRuleNextHopType.

Inequality(RoutingRuleNextHopType, RoutingRuleNextHopType)

Determines if two RoutingRuleNextHopType values are not the same.

Applies to