NetworkInterfaceTapConfigurationPropertiesFormat Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'