ListQueueProperties Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. ListQueueProperties
- com.
Implements
public final class ListQueueProperties
implements JsonSerializable<ListQueueProperties>
The ListQueueProperties model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
| Map<String,String> |
metadata()
Get the metadata property: A name-value pair that represents queue metadata. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ListQueueProperties fromJson(JsonReader jsonReader)
Reads an instance of ListQueueProperties from the JsonReader.
Parameters:
Returns:
Throws:
metadata
public Map<String,String> metadata()
Get the metadata property: A name-value pair that represents queue metadata.
Returns:
toJson
validate
public void validate()
Validates the instance.