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