NetworkInterfaceTapConfiguration Class

Tap configuration in a Network Interface.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
NetworkInterfaceTapConfiguration

Constructor

NetworkInterfaceTapConfiguration(*, id: str | None = None, name: str | None = None, virtual_network_tap: _models.VirtualNetworkTap | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

virtual_network_tap

The reference to the Virtual Network Tap resource.

Variables

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Sub Resource type.

virtual_network_tap

The reference to the Virtual Network Tap resource.

provisioning_state

The provisioning state of the network interface tap configuration resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".