Sdílet prostřednictvím


NetworkInterfaceTapConfiguration Class

Definition

Tap configuration in a Network Interface.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceTapConfigurationTypeConverter))]
public class NetworkInterfaceTapConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceTapConfigurationTypeConverter))>]
type NetworkInterfaceTapConfiguration = class
    interface INetworkInterfaceTapConfiguration
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
    interface IValidates
Public Class NetworkInterfaceTapConfiguration
Implements INetworkInterfaceTapConfiguration, IValidates
Inheritance
NetworkInterfaceTapConfiguration
Attributes
Implements

Constructors

NetworkInterfaceTapConfiguration()

Creates an new NetworkInterfaceTapConfiguration instance.

Properties

Etag

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

Id

Resource ID.

Name

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

ProvisioningState

The provisioning state of the network interface tap configuration resource.

Type

Sub Resource type.

VirtualNetworkTap

The reference to the Virtual Network Tap resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfaceTapConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceTapConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration.

FromJsonString(String)

Creates a new instance of NetworkInterfaceTapConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceTapConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to