Class VirtualHubRouteArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualHubRouteArgs : ResourceArgs
Constructors
View SourceVirtualHubRouteArgs()
Declaration
public VirtualHubRouteArgs()
Properties
View SourceAddressPrefixes
A list of Address Prefixes.
Declaration
public InputList<string> AddressPrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NextHopIpAddress
The IP Address that Packets should be forwarded to as the Next Hop.
Declaration
public Input<string> NextHopIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |