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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET