Class ListQueueProperties
java.lang.Object
com.azure.resourcemanager.storage.fluent.models.ListQueueProperties
The ListQueueProperties model.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListQueueProperties
public ListQueueProperties()
-
-
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 ListQueueProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-