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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.