Uses of Class
com.azure.resourcemanager.containerservice.models.MachineListResult
Packages that use MachineListResult
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MachineListResult in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type MachineListResultModifier and TypeClassDescriptionfinal classThe response from the List Machines operation.Methods in com.azure.resourcemanager.containerservice.models that return MachineListResultModifier and TypeMethodDescriptionstatic MachineListResultMachineListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MachineListResult from the JsonReader.MachineListResult.withValue(List<MachineInner> value) Set the value property: The list of Machines in cluster.