Show / Hide Table of Contents

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 Source

AddressPrefixes

A list of Address Prefixes.

Declaration
public readonly ImmutableArray<string> AddressPrefixes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.