Uses of Class
com.azure.resourcemanager.hybridcontainerservice.fluent.models.AgentPoolListResultInner
Package
Description
Package containing the service clients for HybridContainerService.
Package containing the inner data models for HybridContainerService.
Package containing the data models for HybridContainerService.
-
Uses of AgentPoolListResultInner in com.azure.resourcemanager.hybridcontainerservice.fluent
Modifier and TypeMethodDescriptionAgentPoolsClient.listByProvisionedCluster
(String resourceGroupName, String provisionedClustersName) Gets the agent pools in the provisioned clusterModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AgentPoolListResultInner>
AgentPoolsClient.listByProvisionedClusterWithResponse
(String resourceGroupName, String provisionedClustersName, com.azure.core.util.Context context) Gets the agent pools in the provisioned cluster -
Uses of AgentPoolListResultInner in com.azure.resourcemanager.hybridcontainerservice.fluent.models
Modifier and TypeMethodDescriptionAgentPoolListResultInner.withNextLink
(String nextLink) Set the nextLink property: The nextLink property.AgentPoolListResultInner.withValue
(List<AgentPoolInner> value) Set the value property: The value property. -
Uses of AgentPoolListResultInner in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionAgentPoolListResult.innerModel()
Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.AgentPoolListResultInner object.