ArmManagedNetworkFabricModelFactory.NetworkTapData 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 NetworkTapData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkTapData NetworkTapData (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.Core.ResourceIdentifier networkPacketBrokerId = default, Azure.Core.ResourceIdentifier sourceTapRuleId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItem> destinations = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPollingType? pollingType = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState? administrativeState = default);
static member NetworkTapData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPropertiesDestinationsItem> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkTapPollingType> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkTapData
Public Shared Function NetworkTapData (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 networkPacketBrokerId As ResourceIdentifier = Nothing, Optional sourceTapRuleId As ResourceIdentifier = Nothing, Optional destinations As IEnumerable(Of NetworkTapPropertiesDestinationsItem) = Nothing, Optional pollingType As Nullable(Of NetworkTapPollingType) = Nothing, Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing, Optional administrativeState As Nullable(Of NetworkFabricAdministrativeState) = Nothing) As NetworkTapData
Parameters
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.
- networkPacketBrokerId
- ResourceIdentifier
ARM resource ID of the Network Packet Broker.
- sourceTapRuleId
- ResourceIdentifier
Source Tap Rule Id. ARM Resource ID of the Network Tap Rule.
- destinations
- IEnumerable<NetworkTapPropertiesDestinationsItem>
List of destinations to send the filter traffic.
- pollingType
- Nullable<NetworkTapPollingType>
Polling type.
- configurationState
- Nullable<NetworkFabricConfigurationState>
Gets the configurations state of the resource.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of Network Tap provisioning.
- administrativeState
- Nullable<NetworkFabricAdministrativeState>
Administrative state of the resource. Example -Enabled/Disabled.
Returns
A new NetworkTapData instance for mocking.
Applies to
Azure SDK for .NET