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