VirtualNetworkTap 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
VirtualNetworkTap() |
Initializes a new instance of the VirtualNetworkTap class. |
VirtualNetworkTap(String, String, String, String, IDictionary<String, String>, IList<NetworkInterfaceTapConfiguration>, String, String, NetworkInterfaceIPConfiguration, FrontendIPConfiguration, Nullable<Int32>, String) |
Initializes a new instance of the VirtualNetworkTap class. |
VirtualNetworkTap()
Initializes a new instance of the VirtualNetworkTap class.
public VirtualNetworkTap ();
Public Sub New ()
Applies to
VirtualNetworkTap(String, String, String, String, IDictionary<String, String>, IList<NetworkInterfaceTapConfiguration>, String, String, NetworkInterfaceIPConfiguration, FrontendIPConfiguration, Nullable<Int32>, String)
Initializes a new instance of the VirtualNetworkTap class.
public VirtualNetworkTap (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceTapConfiguration> networkInterfaceTapConfigurations = default, string resourceGuid = default, string provisioningState = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration destinationNetworkInterfaceIPConfiguration = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FrontendIPConfiguration destinationLoadBalancerFrontEndIPConfiguration = default, int? destinationPort = default, string etag = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.VirtualNetworkTap : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceTapConfiguration> * string * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FrontendIPConfiguration * Nullable<int> * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.VirtualNetworkTap
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional networkInterfaceTapConfigurations As IList(Of NetworkInterfaceTapConfiguration) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional destinationNetworkInterfaceIPConfiguration As NetworkInterfaceIPConfiguration = Nothing, Optional destinationLoadBalancerFrontEndIPConfiguration As FrontendIPConfiguration = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- networkInterfaceTapConfigurations
- IList<NetworkInterfaceTapConfiguration>
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
- resourceGuid
- String
The resource GUID property of the virtual network tap resource.
- provisioningState
- String
The provisioning state of the virtual network tap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- destinationNetworkInterfaceIPConfiguration
- NetworkInterfaceIPConfiguration
The reference to the private IP Address of the collector nic that will receive the tap.
- destinationLoadBalancerFrontEndIPConfiguration
- FrontendIPConfiguration
The reference to the private IP address on the internal Load Balancer that will receive the tap.
- etag
- String
A unique read-only string that changes whenever the resource is updated.