Virtual Network Subnet Args
Constructors
Properties
The address prefixes to use for the subnet.
Enable default outbound access to the internet for the subnet. Defaults to true
.
One or more delegation
blocks as defined below.
Enable or Disable network policies for the private endpoint on the subnet. Possible values are Disabled
, Enabled
, NetworkSecurityGroupEnabled
and RouteTableEnabled
. Defaults to Disabled
.
Enable or Disable network policies for the private link service on the subnet. Defaults to true
.
The ID of the Route Table that should be associated with this subnet.
The Network Security Group to associate with the subnet. (Referenced by id
, ie. azurerm_network_security_group.example.id
)
The list of IDs of Service Endpoint Policies to associate with the subnet.
The list of Service endpoints to associate with the subnet. Possible values include: Microsoft.AzureActiveDirectory
, Microsoft.AzureCosmosDB
, Microsoft.ContainerRegistry
, Microsoft.EventHub
, Microsoft.KeyVault
, Microsoft.ServiceBus
, Microsoft.Sql
, Microsoft.Storage
, Microsoft.Storage.Global
and Microsoft.Web
.