Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineRunCommandsListResult
-
Packages that use VirtualMachineRunCommandsListResult Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineRunCommandsListResult in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineRunCommandsListResult Modifier and Type Method Description VirtualMachineRunCommandsListResultVirtualMachineRunCommandsListResult. withNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of run commands.VirtualMachineRunCommandsListResultVirtualMachineRunCommandsListResult. withValue(List<VirtualMachineRunCommandInner> value)Set the value property: The list of run commands.
-