Interface PublicIpPrefix.UpdateStages.WithIpTags
-
- All Known Subinterfaces:
PublicIpPrefix.Update
- Enclosing interface:
- PublicIpPrefix.UpdateStages
public static interface PublicIpPrefix.UpdateStages.WithIpTagsThe stage of the publicipprefix update allowing to specify IpTags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpPrefix.UpdatewithIpTags(List<IpTag> ipTags)Specifies ipTags.
-
-
-
Method Detail
-
withIpTags
PublicIpPrefix.Update withIpTags(List<IpTag> ipTags)
Specifies ipTags.- Parameters:
ipTags- The list of tags associated with the public Ip prefix- Returns:
- the next update stage
-
-