Поделиться через


ArmManagedNetworkFabricModelFactory.NetworkPacketBrokerData Method

Definition

Initializes a new instance of NetworkPacketBrokerData.

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerData NetworkPacketBrokerData(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, Azure.Core.ResourceIdentifier networkFabricId = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkDeviceIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> sourceInterfaceIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkTapIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> neighborGroupIds = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default);
static member NetworkPacketBrokerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerData
Public Shared Function NetworkPacketBrokerData (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 networkFabricId As ResourceIdentifier = Nothing, Optional networkDeviceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional sourceInterfaceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional networkTapIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional neighborGroupIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing) As NetworkPacketBrokerData

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.

networkFabricId
ResourceIdentifier

ARM resource ID of the Network Fabric.

networkDeviceIds
IEnumerable<ResourceIdentifier>

List of ARM resource IDs of Network Devices [NPB].

sourceInterfaceIds
IEnumerable<ResourceIdentifier>

List of network interfaces across NPB devices that are used to mirror source traffic.

networkTapIds
IEnumerable<ResourceIdentifier>

List of network Tap IDs configured on NPB.

neighborGroupIds
IEnumerable<ResourceIdentifier>

List of neighbor group IDs configured on NPB.

provisioningState
Nullable<NetworkFabricProvisioningState>

Provisioning state of the resource.

Returns

A new NetworkPacketBrokerData instance for mocking.

Applies to