VirtualNetworkTap Class
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.
Virtual Network Tap resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.VirtualNetworkTapTypeConverter))]
public class VirtualNetworkTap : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.VirtualNetworkTapTypeConverter))>]
type VirtualNetworkTap = class
interface IVirtualNetworkTap
interface IJsonSerializable
interface IResource
interface IValidates
Public Class VirtualNetworkTap
Implements IValidates, IVirtualNetworkTap
- Inheritance
-
VirtualNetworkTap
- Attributes
- Implements
Constructors
VirtualNetworkTap() |
Creates an new VirtualNetworkTap instance. |
Properties
ApplicationGatewayBackendAddressPool |
The reference to ApplicationGatewayBackendAddressPool resource. |
ApplicationSecurityGroup |
Application security groups in which the IP configuration is included. |
DestinationLoadBalancerFrontEndIPConfigurationEtag |
A unique read-only string that changes whenever the resource is updated. |
DestinationLoadBalancerFrontEndIPConfigurationId |
Resource ID. |
DestinationLoadBalancerFrontEndIPConfigurationName |
The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. |
DestinationLoadBalancerFrontEndIPConfigurationPropertiesGatewayLoadBalancerId |
Resource ID. |
DestinationLoadBalancerFrontEndIPConfigurationPropertiesPrivateIpaddress |
The private IP address of the IP configuration. |
DestinationLoadBalancerFrontEndIPConfigurationPropertiesPrivateIpaddressVersion |
Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. |
DestinationLoadBalancerFrontEndIPConfigurationPropertiesPrivateIpallocationMethod |
The Private IP allocation method. |
DestinationLoadBalancerFrontEndIPConfigurationPropertiesProvisioningState |
The provisioning state of the frontend IP configuration resource. |
DestinationLoadBalancerFrontEndIPConfigurationPropertiesPublicIpaddress |
The reference to the Public IP resource. |
DestinationLoadBalancerFrontEndIPConfigurationPropertiesSubnet |
The reference to the subnet resource. |
DestinationLoadBalancerFrontEndIPConfigurationType |
Type of the resource. |
DestinationLoadBalancerFrontEndIPConfigurationZone |
A list of availability zones denoting the IP allocated for the resource needs to come from. |
DestinationNetworkInterfaceIPConfigurationEtag |
A unique read-only string that changes whenever the resource is updated. |
DestinationNetworkInterfaceIPConfigurationId |
Resource ID. |
DestinationNetworkInterfaceIPConfigurationName |
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
DestinationNetworkInterfaceIPConfigurationPropertiesGatewayLoadBalancerId |
Resource ID. |
DestinationNetworkInterfaceIPConfigurationPropertiesPrivateIpaddress |
Private IP address of the IP configuration. |
DestinationNetworkInterfaceIPConfigurationPropertiesPrivateIpaddressVersion |
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. |
DestinationNetworkInterfaceIPConfigurationPropertiesPrivateIpallocationMethod |
The private IP address allocation method. |
DestinationNetworkInterfaceIPConfigurationPropertiesProvisioningState |
The provisioning state of the network interface IP configuration. |
DestinationNetworkInterfaceIPConfigurationPropertiesPublicIpaddress |
Public IP address bound to the IP configuration. |
DestinationNetworkInterfaceIPConfigurationPropertiesSubnet |
Subnet bound to the IP configuration. |
DestinationNetworkInterfaceIPConfigurationType |
Resource type. |
DestinationPort |
The VXLAN destination port that will receive the tapped traffic. |
Etag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. |
InboundNatPool |
An array of references to inbound pools that use this frontend IP. |
InboundNatRule |
An array of references to inbound rules that use this frontend IP. |
LoadBalancerBackendAddressPool |
The reference to LoadBalancerBackendAddressPool resource. |
LoadBalancerInboundNatRule |
A list of references of LoadBalancerInboundNatRules. |
LoadBalancingRule |
An array of references to load balancing rules that use this frontend IP. |
Location |
Resource location. |
Name |
Resource name. |
NetworkInterfaceTapConfiguration |
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped. |
OutboundRule |
An array of references to outbound rules that use this frontend IP. |
Primary |
Whether this is a primary customer address on the network interface. |
PrivateLinkConnectionPropertyFqdn |
List of FQDNs for current private link connection. |
PrivateLinkConnectionPropertyGroupId |
The group ID for current private link connection. |
PrivateLinkConnectionPropertyRequiredMemberName |
The required member name for current private link connection. |
PropertiesDestinationNetworkInterfaceIPConfigurationPropertiesVirtualNetworkTaps |
The reference to Virtual Network Taps. |
ProvisioningState |
The provisioning state of the virtual network tap resource. |
PublicIPPrefixId |
Resource ID. |
ResourceGuid |
The resource GUID property of the virtual network tap resource. |
Tag |
Resource tags. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkTap. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkTap. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IVirtualNetworkTap. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkTap, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkTap into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |