VirtualNetworkTapInner 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
VirtualNetworkTapInner() |
Initializes a new instance of the VirtualNetworkTapInner class. |
VirtualNetworkTapInner(String, String, String, String, IDictionary<String, String>, IList<NetworkInterfaceTapConfigurationInner>, String, ProvisioningState, SubResource, SubResource, Nullable<Int32>, String) |
Initializes a new instance of the VirtualNetworkTapInner class. |
VirtualNetworkTapInner()
Initializes a new instance of the VirtualNetworkTapInner class.
public VirtualNetworkTapInner ();
Public Sub New ()
Applies to
VirtualNetworkTapInner(String, String, String, String, IDictionary<String, String>, IList<NetworkInterfaceTapConfigurationInner>, String, ProvisioningState, SubResource, SubResource, Nullable<Int32>, String)
Initializes a new instance of the VirtualNetworkTapInner class.
public VirtualNetworkTapInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner> networkInterfaceTapConfigurations = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource destinationNetworkInterfaceIPConfiguration = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource destinationLoadBalancerFrontEndIPConfiguration = default, int? destinationPort = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkTapInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Nullable<int> * string -> Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkTapInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional networkInterfaceTapConfigurations As IList(Of NetworkInterfaceTapConfigurationInner) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional destinationNetworkInterfaceIPConfiguration As SubResource = Nothing, Optional destinationLoadBalancerFrontEndIPConfiguration As SubResource = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- networkInterfaceTapConfigurations
- IList<NetworkInterfaceTapConfigurationInner>
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
- ProvisioningState
The provisioning state of the virtual network tap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- destinationNetworkInterfaceIPConfiguration
- SubResource
The reference to the private IP Address of the collector nic that will receive the tap.
- destinationLoadBalancerFrontEndIPConfiguration
- SubResource
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.
Applies to
Azure SDK for .NET