azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

33 строки
2.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithBgp"
fullName: "com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithBgp"
name: "LocalNetworkGateway.DefinitionStages.WithBgp"
nameWithType: "LocalNetworkGateway.DefinitionStages.WithBgp"
summary: "The stage of definition allowing to specify local network gateway's BGP speaker settings."
syntax: "public static interface **LocalNetworkGateway.DefinitionStages.WithBgp**"
methods:
- uid: "com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithBgp.withBgp(long,java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithBgp.withBgp(long asn, String bgpPeeringAddress)"
name: "withBgp(long asn, String bgpPeeringAddress)"
nameWithType: "LocalNetworkGateway.DefinitionStages.WithBgp.withBgp(long asn, String bgpPeeringAddress)"
summary: "Enables BGP."
modifiers:
- "abstract"
parameters:
- description: "the BGP speaker's ASN"
name: "asn"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- description: "the BGP peering address and BGP identifier of this BGP speaker"
name: "bgpPeeringAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LocalNetworkGateway.DefinitionStages.WithCreate withBgp(long asn, String bgpPeeringAddress)"
desc: "Enables BGP."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of definition allowing to specify local network gateway's BGP speaker settings."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0