Uses of Class
com.azure.resourcemanager.network.models.VpnLinkBgpSettings
-
Packages that use VpnLinkBgpSettings Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VpnLinkBgpSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnLinkBgpSettings Modifier and Type Method Description VpnLinkBgpSettingsVpnSiteLinkInner. bgpProperties()Get the bgpProperties property: The set of bgp properties.VpnLinkBgpSettingsVpnSiteLinkProperties. bgpProperties()Get the bgpProperties property: The set of bgp properties.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnLinkBgpSettings Modifier and Type Method Description VpnSiteLinkInnerVpnSiteLinkInner. withBgpProperties(VpnLinkBgpSettings bgpProperties)Set the bgpProperties property: The set of bgp properties.VpnSiteLinkPropertiesVpnSiteLinkProperties. withBgpProperties(VpnLinkBgpSettings bgpProperties)Set the bgpProperties property: The set of bgp properties. -
Uses of VpnLinkBgpSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnLinkBgpSettings Modifier and Type Method Description VpnLinkBgpSettingsVpnLinkBgpSettings. withAsn(Long asn)Set the asn property: The BGP speaker's ASN.VpnLinkBgpSettingsVpnLinkBgpSettings. withBgpPeeringAddress(String bgpPeeringAddress)Set the bgpPeeringAddress property: The BGP peering address and BGP identifier of this BGP speaker.
-