Class ListQueueServicesInner
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.ListQueueServicesInner
-
public final class ListQueueServicesInner extends Object
The ListQueueServices model.
-
-
Constructor Summary
Constructors Constructor Description ListQueueServicesInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<QueueServicePropertiesInner>value()Get the value property: List of queue services returned.
-
-
-
Method Detail
-
value
public List<QueueServicePropertiesInner> value()
Get the value property: List of queue services returned.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-