Class IpTag
- java.lang.Object
-
- com.microsoft.azure.management.network.IpTag
-
public class IpTag extends Object
Contains the IpTag associated with the public IP address.
-
-
Constructor Summary
Constructors Constructor Description IpTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringipTagType()Get the ipTagType value.Stringtag()Get the tag value.IpTagwithIpTagType(String ipTagType)Set the ipTagType value.IpTagwithTag(String tag)Set the tag value.
-
-
-
Method Detail
-
ipTagType
public String ipTagType()
Get the ipTagType value.- Returns:
- the ipTagType value
-
withIpTagType
public IpTag withIpTagType(String ipTagType)
Set the ipTagType value.- Parameters:
ipTagType- the ipTagType value to set- Returns:
- the IpTag object itself.
-
tag
public String tag()
Get the tag value.- Returns:
- the tag value
-
-