What is the purpose of the 'QueueClient' class in Azure Queue Storage when using .NET?
It retrieves and manipulates queues stored in Azure Queue Storage.
It manages the configuration files for client applications.
It creates and manage messages within a specific queue.
The 'QueueClient' class is used to interact with queues in Azure Queue Storage, including creating, retrieving, and deleting queues.