Class ListQueueInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.storage.fluent.models.ListQueueInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class ListQueueInner
extends com.azure.core.management.ProxyResource
The ListQueue model.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
ListQueueInner
public ListQueueInner()Creates an instance of ListQueueInner class.
-
-
Method Details
-
metadata
Get the metadata property: A name-value pair that represents queue metadata.- Returns:
- the metadata value.
-
withMetadata
Set the metadata property: A name-value pair that represents queue metadata.- Parameters:
metadata- the metadata value to set.- Returns:
- the ListQueueInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-