ArmNetworkModelFactory.BgpServiceCommunity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BgpServiceCommunity.
public static Azure.ResourceManager.Network.Models.BgpServiceCommunity BgpServiceCommunity(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string serviceName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.BgpCommunity> bgpCommunities = default);
static member BgpServiceCommunity : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * string * seq<Azure.ResourceManager.Network.Models.BgpCommunity> -> Azure.ResourceManager.Network.Models.BgpServiceCommunity
Public Shared Function BgpServiceCommunity (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional serviceName As String = Nothing, Optional bgpCommunities As IEnumerable(Of BgpCommunity) = Nothing) As BgpServiceCommunity
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- location
- Nullable<AzureLocation>
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- serviceName
- String
The name of the bgp community. e.g. Skype.
- bgpCommunities
- IEnumerable<BgpCommunity>
A list of bgp communities.
Returns
A new BgpServiceCommunity instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET