VirtualMachineTemplateListResult Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineTemplateListResult
- com.
Implements
public final class VirtualMachineTemplateListResult
implements JsonSerializable<VirtualMachineTemplateListResult>
The response of a VirtualMachineTemplate list operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Virtual |
value()
Get the value property: The Virtual |
Methods inherited from java.lang.Object
Method Details
fromJson
public static VirtualMachineTemplateListResult fromJson(JsonReader jsonReader)
Reads an instance of VirtualMachineTemplateListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<VirtualMachineTemplateInner> value()
Get the value property: The VirtualMachineTemplate items on this page.
Returns: