public class IpTag extends Object
| Constructor and Description |
|---|
IpTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipTagType()
Get the IP tag type.
|
String |
tag()
Get the value of the IP tag associated with the public IP.
|
IpTag |
withIpTagType(String ipTagType)
Set the IP tag type.
|
IpTag |
withTag(String tag)
Set the value of the IP tag associated with the public IP.
|
public String ipTagType()
public IpTag withIpTagType(String ipTagType)
ipTagType - the ipTagType value to setpublic String tag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/