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

64 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities"
fullName: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>"
name: "RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>"
nameWithType: "RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>"
summary: "The stage of the route filter rule definition allowing bgp service communities to be specified."
syntax: "public static interface **RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>**"
methods:
- uid: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities.withBgpCommunities(java.lang.String...)"
fullName: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>.withBgpCommunities(String[] communities)"
name: "withBgpCommunities(String[] communities)"
nameWithType: "RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>.withBgpCommunities(String[] communities)"
summary: "Set the collection for bgp community values to filter on."
modifiers:
- "abstract"
parameters:
- description: "service communities"
name: "communities"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
syntax: "public abstract RouteFilterRule.DefinitionStages.WithAttach<ParentT> withBgpCommunities(String[] communities)"
desc: "Set the collection for bgp community values to filter on. e.g. \\['12076:5010','12076:5020'\\]."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities.withBgpCommunity(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>.withBgpCommunity(String community)"
name: "withBgpCommunity(String community)"
nameWithType: "RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>.withBgpCommunity(String community)"
summary: "Set bgp community value to filter on."
modifiers:
- "abstract"
parameters:
- description: "service community"
name: "community"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RouteFilterRule.DefinitionStages.WithAttach<ParentT> withBgpCommunity(String community)"
desc: "Set bgp community value to filter on. e.g. '12076:5020'."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities.withoutBgpCommunity(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>.withoutBgpCommunity(String community)"
name: "withoutBgpCommunity(String community)"
nameWithType: "RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>.withoutBgpCommunity(String community)"
summary: "Remove the bgp community value to filter on."
modifiers:
- "abstract"
parameters:
- description: "the bgp community value"
name: "community"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RouteFilterRule.Update withoutBgpCommunity(String community)"
desc: "Remove the bgp community value to filter on. e.g. '12076:5010'"
returns:
description: "the next stage of the update"
type: "<xref href=\"com.azure.resourcemanager.network.models.RouteFilterRule.Update?alt=com.azure.resourcemanager.network.models.RouteFilterRule.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
typeParameters:
- name: "ParentT"
desc: "The stage of the route filter rule definition allowing bgp service communities to be specified."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0