ListQueueServices Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListQueueServices() |
Initializes a new instance of the ListQueueServices class. |
ListQueueServices(IList<QueueServiceProperties>) |
Initializes a new instance of the ListQueueServices class. |
ListQueueServices()
Initializes a new instance of the ListQueueServices class.
public ListQueueServices ();
Public Sub New ()
Applies to
ListQueueServices(IList<QueueServiceProperties>)
Initializes a new instance of the ListQueueServices class.
public ListQueueServices (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.QueueServiceProperties> value = default);
new Microsoft.Azure.Management.Storage.Models.ListQueueServices : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.QueueServiceProperties> -> Microsoft.Azure.Management.Storage.Models.ListQueueServices
Public Sub New (Optional value As IList(Of QueueServiceProperties) = Nothing)
Parameters
- value
- IList<QueueServiceProperties>
List of queue services returned.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET