Interface Server.DefinitionStages.WithTags
-
- All Known Subinterfaces:
Server.Definition
,Server.DefinitionStages.WithCreate
- Enclosing interface:
- Server.DefinitionStages
public static interface Server.DefinitionStages.WithTags
The stage of the Server definition allowing to specify tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Server.DefinitionStages.WithCreate
withTags(Map<String,String> tags)
Specifies the tags property: Resource tags..
-
-
-
Method Detail
-
withTags
Server.DefinitionStages.WithCreate withTags(Map<String,String> tags)
Specifies the tags property: Resource tags..- Parameters:
tags
- Resource tags.- Returns:
- the next definition stage.
-
-