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