public class IpTag extends Object
| Constructor and Description |
|---|
IpTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipTagType()
Get gets or sets the ipTag type: Example FirstPartyUsage.
|
String |
tag()
Get gets or sets value of the IpTag associated with the public IP.
|
IpTag |
withIpTagType(String ipTagType)
Set gets or sets the ipTag type: Example FirstPartyUsage.
|
IpTag |
withTag(String tag)
Set gets or sets value of the IpTag 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.
*/