Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.MachineInner
Packages that use MachineInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MachineInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return MachineInnerModifier and TypeMethodDescriptionMachinesClient.get(String resourceGroupName, String resourceName, String agentPoolName, String machineName) Get a specific machine in the specified agent pool.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type MachineInnerModifier and TypeMethodDescriptionMachinesClient.getAsync(String resourceGroupName, String resourceName, String agentPoolName, String machineName) Get a specific machine in the specified agent pool.com.azure.core.http.rest.Response<MachineInner> MachinesClient.getWithResponse(String resourceGroupName, String resourceName, String agentPoolName, String machineName, com.azure.core.util.Context context) Get a specific machine in the specified agent pool.Mono<com.azure.core.http.rest.Response<MachineInner>> MachinesClient.getWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName, String machineName) Get a specific machine in the specified agent pool.com.azure.core.http.rest.PagedIterable<MachineInner> Gets a list of machines in the specified agent pool.com.azure.core.http.rest.PagedIterable<MachineInner> MachinesClient.list(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context) Gets a list of machines in the specified agent pool.com.azure.core.http.rest.PagedFlux<MachineInner> Gets a list of machines in the specified agent pool. -
Uses of MachineInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return MachineInnerModifier and TypeMethodDescriptionstatic MachineInnerMachineInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MachineInner from the JsonReader. -
Uses of MachineInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type MachineInnerModifier and TypeMethodDescriptionMachineListResult.value()Get the value property: The list of Machines in cluster.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type MachineInnerModifier and TypeMethodDescriptionMachineListResult.withValue(List<MachineInner> value) Set the value property: The list of Machines in cluster.