Network Security Rule Args
constructor(access: Output<String>? = null, description: Output<String>? = null, destinationAddressPrefix: Output<String>? = null, destinationAddressPrefixes: Output<List<String>>? = null, destinationApplicationSecurityGroupIds: Output<String>? = null, destinationPortRange: Output<String>? = null, destinationPortRanges: Output<List<String>>? = null, direction: Output<String>? = null, name: Output<String>? = null, networkSecurityGroupName: Output<String>? = null, priority: Output<Int>? = null, protocol: Output<String>? = null, resourceGroupName: Output<String>? = null, sourceAddressPrefix: Output<String>? = null, sourceAddressPrefixes: Output<List<String>>? = null, sourceApplicationSecurityGroupIds: Output<String>? = null, sourcePortRange: Output<String>? = null, sourcePortRanges: Output<List<String>>? = null)