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