Uses of Class
com.azure.resourcemanager.hybridcontainerservice.fluent.models.AgentPoolInner
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 AgentPoolInner in com.azure.resourcemanager.hybridcontainerservice.fluent
Modifier and TypeMethodDescriptionAgentPoolsClient.createOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool) Creates the agent pool in the provisioned clusterAgentPoolsClient.createOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool, com.azure.core.util.Context context) Creates the agent pool in the provisioned clusterAgentPoolsClient.get
(String resourceGroupName, String provisionedClustersName, String agentPoolName) Gets the agent pool in the provisioned clusterAgentPoolsClient.update
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool) Updates the agent pool in the provisioned clusterModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,
AgentPoolInner> AgentPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool) Creates the agent pool in the provisioned clustercom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,
AgentPoolInner> AgentPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool) Creates the agent pool in the provisioned clustercom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,
AgentPoolInner> AgentPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool, com.azure.core.util.Context context) Creates the agent pool in the provisioned clustercom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,
AgentPoolInner> AgentPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool, com.azure.core.util.Context context) Creates the agent pool in the provisioned clustercom.azure.core.http.rest.Response<AgentPoolInner>
AgentPoolsClient.getWithResponse
(String resourceGroupName, String provisionedClustersName, String agentPoolName, com.azure.core.util.Context context) Gets the agent pool in the provisioned clustercom.azure.core.http.rest.Response<AgentPoolInner>
AgentPoolsClient.updateWithResponse
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool, com.azure.core.util.Context context) Updates the agent pool in the provisioned clusterModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,
AgentPoolInner> AgentPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool) Creates the agent pool in the provisioned clustercom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,
AgentPoolInner> AgentPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool, com.azure.core.util.Context context) Creates the agent pool in the provisioned clusterAgentPoolsClient.createOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool) Creates the agent pool in the provisioned clusterAgentPoolsClient.createOrUpdate
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool, com.azure.core.util.Context context) Creates the agent pool in the provisioned clusterAgentPoolsClient.update
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool) Updates the agent pool in the provisioned clustercom.azure.core.http.rest.Response<AgentPoolInner>
AgentPoolsClient.updateWithResponse
(String resourceGroupName, String provisionedClustersName, String agentPoolName, AgentPoolInner agentPool, com.azure.core.util.Context context) Updates the agent pool in the provisioned cluster -
Uses of AgentPoolInner in com.azure.resourcemanager.hybridcontainerservice.fluent.models
Modifier and TypeMethodDescriptionAgentPoolInner.withAvailabilityZones
(List<String> availabilityZones) Set the availabilityZones property: AvailabilityZones - The list of Availability zones to use for nodes.AgentPoolInner.withCloudProviderProfile
(CloudProviderProfile cloudProviderProfile) Set the cloudProviderProfile property: The underlying cloud infra provider properties.Set the count property: Count - Number of agents to host docker containers.AgentPoolInner.withExtendedLocation
(AgentPoolExtendedLocation extendedLocation) Set the extendedLocation property: The extendedLocation property.AgentPoolInner.withLocation
(String location) AgentPoolInner.withMaxCount
(Integer maxCount) Set the maxCount property: The maximum number of nodes for auto-scaling.AgentPoolInner.withMaxPods
(Integer maxPods) Set the maxPods property: The maximum number of pods that can run on a node.AgentPoolInner.withMinCount
(Integer minCount) Set the minCount property: The minimum number of nodes for auto-scaling.Set the mode property: Mode - AgentPoolMode represents mode of an agent pool.AgentPoolInner.withNodeImageVersion
(String nodeImageVersion) Set the nodeImageVersion property: The version of node image.AgentPoolInner.withNodeLabels
(Map<String, String> nodeLabels) Set the nodeLabels property: NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.AgentPoolInner.withNodeTaints
(List<String> nodeTaints) Set the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.AgentPoolInner.withOsType
(OsType osType) Set the osType property: OsType - OsType to be used to specify os type.AgentPoolInner.withStatus
(AgentPoolProvisioningStatusStatus status) Set the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.AgentPoolInner.withVmSize
(String vmSize) Set the vmSize property: VmSize - The size of the agent pool VMs.Modifier and TypeMethodDescriptionAgentPoolListResultInner.value()
Get the value property: The value property.Modifier and TypeMethodDescriptionAgentPoolListResultInner.withValue
(List<AgentPoolInner> value) Set the value property: The value property. -
Uses of AgentPoolInner in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionAgentPool.innerModel()
Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.AgentPoolInner object.