Interface KubernetesClusterAgentPool.UpdateStages.WithTags<ParentT>
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Update<ParentT>
- Enclosing interface:
KubernetesClusterAgentPool.UpdateStages
public static interface KubernetesClusterAgentPool.UpdateStages.WithTags<ParentT>
The stage of a container service agent pool update allowing to specify tags.
-
Method Summary
Modifier and TypeMethodDescriptionwithoutTag(String key) Removes a tag from the agents.Adds a tag to the agents.Specifies tags for the agents.
-
Method Details
-
withTags
Specifies tags for the agents.- Parameters:
tags- tags indexed by name- Returns:
- the next stage of the update
-
withTag
Adds a tag to the agents.- Parameters:
key- the key for the tagvalue- the value for the tag- Returns:
- the next stage of the update
-
withoutTag
Removes a tag from the agents.- Parameters:
key- the key of the tag to remove- Returns:
- the next stage of the update
-