Uses of Class
com.azure.resourcemanager.storage.fluent.models.StorageQueueInner
-
Packages that use StorageQueueInner 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. -
-
Uses of StorageQueueInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return StorageQueueInner Modifier and Type Method Description StorageQueueInnerQueuesClient. create(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue)Creates a new queue with the specified queue name, under the specified account.StorageQueueInnerQueuesClient. get(String resourceGroupName, String accountName, String queueName)Gets the queue with the specified queue name, under the specified account if it exists.StorageQueueInnerQueuesClient. 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 StorageQueueInner Modifier and Type Method Description Mono<StorageQueueInner>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.Mono<StorageQueueInner>QueuesClient. getAsync(String resourceGroupName, String accountName, String queueName)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.Mono<StorageQueueInner>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 StorageQueueInner Modifier and Type Method Description StorageQueueInnerQueuesClient. create(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue)Creates a new queue with the specified queue name, under the specified account.Mono<StorageQueueInner>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.StorageQueueInnerQueuesClient. update(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue)Creates a new queue with the specified queue name, under the specified account.Mono<StorageQueueInner>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 StorageQueueInner Modifier and Type Method Description StorageQueueInnerStorageQueueInner. withMetadata(Map<String,String> metadata)Set the metadata property: A name-value pair that represents queue metadata.
-