public static interface Ipv6PeeringConfig.UpdateDefinitionStages.WithAdvertisedPublicPrefixes<ParentT>
| Modifier and Type | Method and Description |
|---|---|
Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT> |
withAdvertisedPublicPrefix(String publicPrefix)
Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session.
|
Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT> |
withAdvertisedPublicPrefixes(List<String> publicPrefixes)
Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session.
|
Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT> withAdvertisedPublicPrefixes(List<String> publicPrefixes)
publicPrefixes - advertised prefixesIpv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT> withAdvertisedPublicPrefix(String publicPrefix)
publicPrefix - advertised prefix/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/