KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints
The stage of a container service agent pool definition allowing to specify node labels and taints.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withNodeLabels(Map<String,String> nodeLabels)
Specifies the node labels for all nodes. |
abstract
With |
withNodeTaints(List<String> nodeTaints)
Specifies the node labels. |
Method Details
withNodeLabels
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach
Specifies the node labels for all nodes.
Parameters:
Returns:
withNodeTaints
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach
Specifies the node labels.
Parameters:
Returns:
Applies to
Azure SDK for Java