SubnetArgs

constructor(addressPrefixes: Output<List<String>>? = null, defaultOutboundAccessEnabled: Output<Boolean>? = null, delegations: Output<List<SubnetDelegationArgs>>? = null, name: Output<String>? = null, privateEndpointNetworkPolicies: Output<String>? = null, privateLinkServiceNetworkPoliciesEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, serviceEndpointPolicyIds: Output<List<String>>? = null, serviceEndpoints: Output<List<String>>? = null, virtualNetworkName: Output<String>? = null)