public class VirtualNetworkBgpCommunities extends Object
| Constructor and Description |
|---|
VirtualNetworkBgpCommunities() |
| Modifier and Type | Method and Description |
|---|---|
String |
regionalCommunity()
Get the BGP community associated with the region of the virtual network.
|
String |
virtualNetworkCommunity()
Get the BGP community associated with the virtual network.
|
VirtualNetworkBgpCommunities |
withVirtualNetworkCommunity(String virtualNetworkCommunity)
Set the BGP community associated with the virtual network.
|
public String virtualNetworkCommunity()
public VirtualNetworkBgpCommunities withVirtualNetworkCommunity(String virtualNetworkCommunity)
virtualNetworkCommunity - the virtualNetworkCommunity value to setpublic String regionalCommunity()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/