| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IpTag |
IpTag.withIpTagType(String ipTagType)
Set the IP tag type.
|
IpTag |
IpTag.withTag(String tag)
Set the value of the IP tag associated with the public IP.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpTag> |
PublicIPPrefix.ipTags() |
List<IpTag> |
PublicIPAddress.ipTags() |
| Modifier and Type | Method and Description |
|---|---|
PublicIPPrefix.DefinitionStages.WithCreate |
PublicIPPrefix.DefinitionStages.WithIpTags.withIpTags(List<IpTag> ipTags)
Specifies ipTags.
|
PublicIPPrefix.Update |
PublicIPPrefix.UpdateStages.WithIpTags.withIpTags(List<IpTag> ipTags)
Specifies ipTags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/