ListQueueServicesInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. ListQueueServicesInner
- com.
Implements
public final class ListQueueServicesInner
implements JsonSerializable<ListQueueServicesInner>
The ListQueueServices model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Queue |
value()
Get the value property: List of queue services returned. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ListQueueServicesInner fromJson(JsonReader jsonReader)
Reads an instance of ListQueueServicesInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<QueueServicePropertiesInner> value()
Get the value property: List of queue services returned.
Returns: