ListQueueServicesInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. ListQueueServicesInner
- com.
Implements
public final class ListQueueServicesInner
implements JsonSerializable<ListQueueServicesInner>
The ListQueueServices model.
Constructor | Description |
---|---|
List |
Creates an instance of List |
Modifier and Type | Method and Description |
---|---|
static
List |
from Reads an instance of List |
Json |
to |
void |
validate()
Validates the instance. |
List<Queue |
value()
Get the value property: List of queue services returned. |
Methods inherited from java.lang.Object
ListQueueServicesInner
public ListQueueServicesInner()
Creates an instance of ListQueueServicesInner class.
fromJson
public static ListQueueServicesInner fromJson(JsonReader jsonReader)
Reads an instance of ListQueueServicesInner from the JsonReader.
Parameters:
jsonReader
- The JsonReader being read.
Returns:
An instance of ListQueueServicesInner if the JsonReader was pointing to an instance of it, or null if it
was pointing to JSON null.
Throws:
- If an error occurs while reading the ListQueueServicesInner.
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: List of queue services returned.
Returns:
the value value.