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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET