| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Ipv6PeeringConfig.Definition<ParentT>
The entirety of a public frontend definition.
|
| Modifier and Type | Method and Description |
|---|---|
Ipv6PeeringConfig.DefinitionStages.WithCustomerASN<ParentT> |
Ipv6PeeringConfig.DefinitionStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefix(String publicPrefix)
Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session.
|
Ipv6PeeringConfig.DefinitionStages.WithCustomerASN<ParentT> |
Ipv6PeeringConfig.DefinitionStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefixes(List<String> publicPrefixes)
Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/