Interface KubernetesClusterAgentPool.DefinitionStages.WithTags<ParentT>
-
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithTags<ParentT>The stage of a container service agent pool definition allowing to specify tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withTag(String key, String value)Adds a tag to the agents.KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withTags(Map<String,String> tags)Specifies tags for the agents.
-
-
-
Method Detail
-
withTags
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withTags(Map<String,String> tags)
Specifies tags for the agents.- Parameters:
tags- the tags to associate- Returns:
- the next stage of the definition
-
withTag
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withTag(String key, String value)
Adds a tag to the agents.- Parameters:
key- the key for the tagvalue- the value for the tag- Returns:
- the next stage of the definition
-
-