@Beta(value=V1_10_0)
public static interface PublicIPAddress.UpdateStages.WithIpTag
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddress.Update |
withIpTag(String tag)
Sets an ipTag associated with the public IP address.
|
PublicIPAddress.Update |
withIpTag(String tag,
String ipTagType)
Sets an ipTag associated with the public IP address.
|
PublicIPAddress.Update |
withoutIpTag(String tag)
Removes an ipTag associated with the public IP address.
|
PublicIPAddress.Update withIpTag(String tag)
tag - ip tag valuePublicIPAddress.Update withIpTag(String tag, String ipTagType)
tag - ip tag valueipTagType - ipTagTypePublicIPAddress.Update withoutIpTag(String tag)
tag - ip tag value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/