Uses of Class
com.azure.resourcemanager.storage.fluent.models.ListQueueInner
Packages that use ListQueueInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 ListQueueInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ListQueueInner>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>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 ListQueueInnerModifier and TypeMethodDescriptionstatic ListQueueInnerListQueueInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ListQueueInner from the JsonReader.ListQueueInner.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 ListQueueInnerModifier and TypeMethodDescriptionListQueueResource.value()Get the value property: List of queues returned.