public class StorageQueueInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
StorageQueueInner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
approximateMessageCount()
Get the approximateMessageCount property: Integer indicating an approximate number of messages in the queue.
|
Map<String,String> |
metadata()
Get the metadata property: A name-value pair that represents queue metadata.
|
void |
validate()
Validates the instance.
|
StorageQueueInner |
withMetadata(Map<String,String> metadata)
Set the metadata property: A name-value pair that represents queue metadata.
|
public Map<String,String> metadata()
public StorageQueueInner withMetadata(Map<String,String> metadata)
metadata - the metadata value to set.public Integer approximateMessageCount()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.