Class VirtualHubRoute
Inheritance
System.Object
VirtualHubRoute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualHubRoute
Fields
View SourceAddressPrefixes
A list of Address Prefixes.
Declaration
public readonly ImmutableArray<string> AddressPrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NextHopIpAddress
The IP Address that Packets should be forwarded to as the Next Hop.
Declaration
public readonly string NextHopIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |