Share via


NetworkTapData Class

Definition

A class representing the NetworkTap data model. The Network Tap resource definition.

public class NetworkTapData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkTapData = class
    inherit TrackedResourceData
Public Class NetworkTapData
Inherits TrackedResourceData
Inheritance

Constructors

NetworkTapData(AzureLocation, ResourceIdentifier, IEnumerable<NetworkTapPropertiesDestinationsItem>)

Initializes a new instance of NetworkTapData.

Properties

AdministrativeState

Administrative state of the resource. Example -Enabled/Disabled.

Annotation

Switch configuration description.

ConfigurationState

Gets the configurations state of the resource.

Destinations

List of destinations to send the filter traffic.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NetworkPacketBrokerId

ARM resource ID of the Network Packet Broker.

PollingType

Polling type.

ProvisioningState

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.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SourceTapRuleId

Source Tap Rule Id. ARM Resource ID of the Network Tap Rule.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Applies to