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