Udostępnij przez


NetworkInterfaceTapConfigurationPropertiesFormat Constructors

Definition

Overloads

Name Description
NetworkInterfaceTapConfigurationPropertiesFormat()

Initializes a new instance of the NetworkInterfaceTapConfigurationPropertiesFormat class.

NetworkInterfaceTapConfigurationPropertiesFormat(VirtualNetworkTap, String)

Initializes a new instance of the NetworkInterfaceTapConfigurationPropertiesFormat class.

NetworkInterfaceTapConfigurationPropertiesFormat()

Initializes a new instance of the NetworkInterfaceTapConfigurationPropertiesFormat class.

public NetworkInterfaceTapConfigurationPropertiesFormat();
Public Sub New ()

Applies to

NetworkInterfaceTapConfigurationPropertiesFormat(VirtualNetworkTap, String)

Initializes a new instance of the NetworkInterfaceTapConfigurationPropertiesFormat class.

public NetworkInterfaceTapConfigurationPropertiesFormat(Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.VirtualNetworkTap virtualNetworkTap = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceTapConfigurationPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.VirtualNetworkTap * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceTapConfigurationPropertiesFormat
Public Sub New (Optional virtualNetworkTap As VirtualNetworkTap = Nothing, Optional provisioningState As String = Nothing)

Parameters

virtualNetworkTap
VirtualNetworkTap

The reference to the Virtual Network Tap resource.

provisioningState
String

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

Applies to