Uses of Interface
com.azure.resourcemanager.network.models.Ipv6PeeringConfig.DefinitionStages.WithCustomerASN
-
Packages that use Ipv6PeeringConfig.DefinitionStages.WithCustomerASN Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Ipv6PeeringConfig.DefinitionStages.WithCustomerASN in com.azure.resourcemanager.network.models
Subinterfaces of Ipv6PeeringConfig.DefinitionStages.WithCustomerASN in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceIpv6PeeringConfig.Definition<ParentT>The entirety of a public frontend definition.Methods in com.azure.resourcemanager.network.models that return Ipv6PeeringConfig.DefinitionStages.WithCustomerASN Modifier and Type Method 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.
-