Class NetworkInterfaceTapConfigurationPropertiesFormatInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.NetworkInterfaceTapConfigurationPropertiesFormatInner
Properties of Virtual Network Tap configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioning state of the network interface tap configuration resource.voidvalidate()Validates the instance.Get the virtualNetworkTap property: The reference to the Virtual Network Tap resource.withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap) Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.
-
Constructor Details
-
NetworkInterfaceTapConfigurationPropertiesFormatInner
public NetworkInterfaceTapConfigurationPropertiesFormatInner()Creates an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner class.
-
-
Method Details
-
virtualNetworkTap
Get the virtualNetworkTap property: The reference to the Virtual Network Tap resource.- Returns:
- the virtualNetworkTap value.
-
withVirtualNetworkTap
public NetworkInterfaceTapConfigurationPropertiesFormatInner withVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap) Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.- Parameters:
virtualNetworkTap- the virtualNetworkTap value to set.- Returns:
- the NetworkInterfaceTapConfigurationPropertiesFormatInner object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the network interface tap configuration resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-