Show / Hide Table of Contents

Class VirtualHubArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualHubArgs
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualHubArgs : ResourceArgs

Constructors

View Source

VirtualHubArgs()

Declaration
public VirtualHubArgs()

Properties

View Source

AddressPrefix

The Address Prefix which should be used for this Virtual Hub.

Declaration
public Input<string> AddressPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Location

Specifies the supported Azure location where the Virtual Hub should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Virtual Hub. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

Specifies the name of the Resource Group where the Virtual Hub should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Routes

One or more route blocks as defined below.

Declaration
public InputList<VirtualHubRouteArgs> Routes { get; set; }
Property Value
Type Description
InputList<VirtualHubRouteArgs>
View Source

Tags

A mapping of tags to assign to the Virtual Hub.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

VirtualWanId

The ID of a Virtual WAN within which the Virtual Hub should be created.

Declaration
public Input<string> VirtualWanId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.