public final class IpTag extends Object
| Constructor and Description |
|---|
IpTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipTagType()
Get the ipTagType property: The IP tag type.
|
String |
tag()
Get the tag property: The value of the IP tag associated with the public IP.
|
void |
validate()
Validates the instance.
|
IpTag |
withIpTagType(String ipTagType)
Set the ipTagType property: The IP tag type.
|
IpTag |
withTag(String tag)
Set the tag property: The value of the IP tag associated with the public IP.
|
public String ipTagType()
public IpTag withIpTagType(String ipTagType)
ipTagType - the ipTagType value to set.public String tag()
public IpTag withTag(String tag)
tag - the tag value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.