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 valueCopyright © 2021 Microsoft Corporation. All rights reserved.