Class VirtualNetworkSubnetArgs
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 VirtualNetworkSubnetArgs : ResourceArgs
Constructors
View SourceVirtualNetworkSubnetArgs()
Declaration
public VirtualNetworkSubnetArgs()
Properties
View SourceAddressPrefix
The address prefix to use for the subnet.
Declaration
public Input<string> AddressPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
The Resource ID of DDoS Protection Plan.
Declaration
public Input<string> Id { 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> |
SecurityGroup
The Network Security Group to associate with
the subnet. (Referenced by id, ie. azurerm_network_security_group.example.id)
Declaration
public Input<string> SecurityGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |