Class VirtualNetworkSubnet
Inheritance
System.Object
VirtualNetworkSubnet
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 VirtualNetworkSubnet
Fields
View SourceAddressPrefix
The address prefix to use for the subnet.
Declaration
public readonly string AddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The Resource ID of DDoS Protection Plan.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the virtual network. Changing this forces a new resource to be created.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroup
The Network Security Group to associate with
the subnet. (Referenced by id, ie. azurerm_network_security_group.example.id)
Declaration
public readonly string SecurityGroup
Field Value
| Type | Description |
|---|---|
| System.String |