NetworkInterfaceTapConfiguration Class

Definition

Tap configuration in a Network Interface.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkInterfaceTapConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkInterfaceTapConfiguration = class
    inherit SubResource
Public Class NetworkInterfaceTapConfiguration
Inherits SubResource
Inheritance
NetworkInterfaceTapConfiguration
Attributes

Constructors

NetworkInterfaceTapConfiguration()

Initializes a new instance of the NetworkInterfaceTapConfiguration class.

NetworkInterfaceTapConfiguration(String, VirtualNetworkTap, String, String, String, String)

Initializes a new instance of the NetworkInterfaceTapConfiguration class.

Properties

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

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

ProvisioningState

Gets the provisioning state of the network interface tap configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Type

Gets sub Resource type.

VirtualNetworkTap

Gets or sets the reference to the Virtual Network Tap resource.

Applies to