VirtualNetworkPropertiesSubnetsArgs

constructor(addressPrefix: Output<String>? = null, addressPrefixes: Output<List<String>>? = null, ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, ipConfigurationReferences: Output<List<VirtualNetworkPropertiesIpConfigurationReferencesArgs>>? = null, ipPools: Output<List<IPPoolArgs>>? = null, name: Output<String>? = null, routeTable: Output<VirtualNetworkPropertiesRouteTableArgs>? = null, vlan: Output<Int>? = null)