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
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.