RoutingRuleDestinationType 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.
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
| Name | Description |
|---|---|
| RoutingRuleDestinationType(String) |
Initializes a new instance of RoutingRuleDestinationType. |
Properties
| Name | Description |
|---|---|
| AddressPrefix |
Destination specified as an IP address prefix (CIDR). |
| ServiceTag |
Destination specified as an Azure service tag. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |