NetworkInterfaceTapConfigurationInner Class

Definition

Tap configuration in a Network Interface.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkInterfaceTapConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkInterfaceTapConfigurationInner = class
    inherit SubResource
Public Class NetworkInterfaceTapConfigurationInner
Inherits SubResource
Inheritance
NetworkInterfaceTapConfigurationInner
Attributes

Constructors

NetworkInterfaceTapConfigurationInner()

Initializes a new instance of the NetworkInterfaceTapConfigurationInner class.

NetworkInterfaceTapConfigurationInner(String, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the NetworkInterfaceTapConfigurationInner class.

Properties

Etag

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

Id

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 of the Virtual Network Tap resource.

Applies to