Share via


RoutingRuleDestinationType Struct

Definition

Routing rule destination type.

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

Constructors

RoutingRuleDestinationType(String)

Initializes a new instance of RoutingRuleDestinationType.

Properties

AddressPrefix

AddressPrefix.

ServiceTag

ServiceTag.

Methods

Equals(RoutingRuleDestinationType)

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(RoutingRuleDestinationType, RoutingRuleDestinationType)

Determines if two RoutingRuleDestinationType values are the same.

Implicit(String to RoutingRuleDestinationType)

Converts a string to a RoutingRuleDestinationType.

Inequality(RoutingRuleDestinationType, RoutingRuleDestinationType)

Determines if two RoutingRuleDestinationType values are not the same.

Applies to