Uses of Class
com.azure.resourcemanager.storage.fluent.models.StorageQueueInner
Packages that use StorageQueueInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of StorageQueueInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return StorageQueueInnerModifier and TypeMethodDescriptionQueuesClient.create(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.Gets the queue with the specified queue name, under the specified account if it exists.QueuesClient.update(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type StorageQueueInnerModifier and TypeMethodDescriptionQueuesClient.createAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.com.azure.core.http.rest.Response<StorageQueueInner>QueuesClient.createWithResponse(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue, com.azure.core.util.Context context) Creates a new queue with the specified queue name, under the specified account.Mono<com.azure.core.http.rest.Response<StorageQueueInner>>QueuesClient.createWithResponseAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.Gets the queue with the specified queue name, under the specified account if it exists.com.azure.core.http.rest.Response<StorageQueueInner>QueuesClient.getWithResponse(String resourceGroupName, String accountName, String queueName, com.azure.core.util.Context context) Gets the queue with the specified queue name, under the specified account if it exists.Mono<com.azure.core.http.rest.Response<StorageQueueInner>>QueuesClient.getWithResponseAsync(String resourceGroupName, String accountName, String queueName) Gets the queue with the specified queue name, under the specified account if it exists.QueuesClient.updateAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.com.azure.core.http.rest.Response<StorageQueueInner>QueuesClient.updateWithResponse(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue, com.azure.core.util.Context context) Creates a new queue with the specified queue name, under the specified account.Mono<com.azure.core.http.rest.Response<StorageQueueInner>>QueuesClient.updateWithResponseAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageQueueInnerModifier and TypeMethodDescriptionQueuesClient.create(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.QueuesClient.createAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.com.azure.core.http.rest.Response<StorageQueueInner>QueuesClient.createWithResponse(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue, com.azure.core.util.Context context) Creates a new queue with the specified queue name, under the specified account.Mono<com.azure.core.http.rest.Response<StorageQueueInner>>QueuesClient.createWithResponseAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.QueuesClient.update(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.QueuesClient.updateAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account.com.azure.core.http.rest.Response<StorageQueueInner>QueuesClient.updateWithResponse(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue, com.azure.core.util.Context context) Creates a new queue with the specified queue name, under the specified account.Mono<com.azure.core.http.rest.Response<StorageQueueInner>>QueuesClient.updateWithResponseAsync(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue) Creates a new queue with the specified queue name, under the specified account. -
Uses of StorageQueueInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return StorageQueueInnerModifier and TypeMethodDescriptionstatic StorageQueueInnerStorageQueueInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageQueueInner from the JsonReader.StorageQueueInner.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair that represents queue metadata.