Share via


ArmManagedNetworkFabricModelFactory.NetworkFabricNeighborGroupData Method

Definition

Initializes a new instance of NetworkFabricNeighborGroupData.

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupData NetworkFabricNeighborGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string annotation = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NeighborGroupDestination destination = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkTapIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkTapRuleIds = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default);
static member NetworkFabricNeighborGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.ManagedNetworkFabric.Models.NeighborGroupDestination * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupData
Public Shared Function NetworkFabricNeighborGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional annotation As String = Nothing, Optional destination As NeighborGroupDestination = Nothing, Optional networkTapIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional networkTapRuleIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing) As NetworkFabricNeighborGroupData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

annotation
String

Switch configuration description.

destination
NeighborGroupDestination

An array of destination IPv4 Addresses or IPv6 Addresses.

networkTapIds
IEnumerable<ResourceIdentifier>

List of NetworkTap IDs where neighbor group is associated.

networkTapRuleIds
IEnumerable<ResourceIdentifier>

List of Network Tap Rule IDs where neighbor group is associated.

provisioningState
Nullable<NetworkFabricProvisioningState>

The provisioning state of the resource.

Returns

A new NetworkFabricNeighborGroupData instance for mocking.

Applies to