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.v2020_06_01.models._models_py3.SubResourceNetworkInterfaceTapConfiguration
Constructor
NetworkInterfaceTapConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, virtual_network_tap: typing.Union[_ForwardRef('VirtualNetworkTap'), NoneType] = None, **kwargs)
Parameters
- 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
- VirtualNetworkTap
The reference to the Virtual Network Tap resource.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Sub Resource type.
- provisioning_state
- str or ProvisioningState
The provisioning state of the network interface tap configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for