Class VirtualNetworkArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkArgs : ResourceArgs
Constructors
View SourceVirtualNetworkArgs()
Declaration
public VirtualNetworkArgs()
Properties
View SourceAddressSpaces
The address space that is used the virtual network. You can supply more than one address space. Changing this forces a new resource to be created.
Declaration
public InputList<string> AddressSpaces { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DdosProtectionPlan
A ddos_protection_plan block as documented below.
Declaration
public Input<VirtualNetworkDdosProtectionPlanArgs> DdosProtectionPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualNetworkDdosProtectionPlanArgs> |
DnsServers
List of IP addresses of DNS servers
Declaration
public InputList<string> DnsServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Location
The location/region where the virtual network is created. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the virtual network. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the virtual network.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subnets
Can be specified multiple times to define multiple
subnets. Each subnet block supports fields documented below.
Declaration
public InputList<VirtualNetworkSubnetArgs> Subnets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VirtualNetworkSubnetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |