Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineRunCommandsListResult
Packages that use VirtualMachineRunCommandsListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandsListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineRunCommandsListResultModifier and TypeClassDescriptionfinal classThe List run command operation response.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineRunCommandsListResultModifier and TypeMethodDescriptionVirtualMachineRunCommandsListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineRunCommandsListResult from the JsonReader.VirtualMachineRunCommandsListResult.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of run commands.VirtualMachineRunCommandsListResult.withValue(List<VirtualMachineRunCommandInner> value) Set the value property: The list of run commands.