Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListQueueInner
-
Packages that use ListQueueInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ListQueueInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ListQueueInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ListQueueInner>QueuesClient. list(String resourceGroupName, String accountName)Gets a list of all the queues under the specified storage account.com.azure.core.http.rest.PagedIterable<ListQueueInner>QueuesClient. list(String resourceGroupName, String accountName, String maxpagesize, String filter, com.azure.core.util.Context context)Gets a list of all the queues under the specified storage account.com.azure.core.http.rest.PagedFlux<ListQueueInner>QueuesClient. listAsync(String resourceGroupName, String accountName)Gets a list of all the queues under the specified storage account.com.azure.core.http.rest.PagedFlux<ListQueueInner>QueuesClient. listAsync(String resourceGroupName, String accountName, String maxpagesize, String filter)Gets a list of all the queues under the specified storage account. -
Uses of ListQueueInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ListQueueInner Modifier and Type Method Description ListQueueInnerListQueueInner. withMetadata(Map<String,String> metadata)Set the metadata property: A name-value pair that represents queue metadata. -
Uses of ListQueueInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ListQueueInner Modifier and Type Method Description List<ListQueueInner>ListQueueResource. value()Get the value property: List of queues returned.
-