Class GetRouteTableRouteResult
Inheritance
System.Object
GetRouteTableRouteResult
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 GetRouteTableRouteResult
Fields
View SourceAddressPrefix
The destination CIDR to which the route applies.
Declaration
public readonly string AddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the Route Table.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NextHopInIpAddress
Contains the IP address packets should be forwarded to.
Declaration
public readonly string NextHopInIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
NextHopType
The type of Azure hop the packet should be sent to.
Declaration
public readonly string NextHopType
Field Value
| Type | Description |
|---|---|
| System.String |