| 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.
|
| Modifier and Type | Method and Description |
|---|---|
StorageQueueInner |
QueuesClient.create(String resourceGroupName,
String accountName,
String queueName)
Creates a new queue with the specified queue name, under the specified account.
|
StorageQueueInner |
QueuesClient.get(String resourceGroupName,
String accountName,
String queueName)
Gets the queue with the specified queue name, under the specified account if it exists.
|
StorageQueueInner |
QueuesClient.update(String resourceGroupName,
String accountName,
String queueName)
Creates a new queue with the specified queue name, under the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
StorageQueueInner |
StorageQueueInner.withMetadata(Map<String,String> metadata)
Set the metadata property: A name-value pair that represents queue metadata.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.