Class NetworkInterfaceTapConfigurationPropertiesFormatInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.NetworkInterfaceTapConfigurationPropertiesFormatInner
-
public final class NetworkInterfaceTapConfigurationPropertiesFormatInner extends Object
Properties of Virtual Network Tap configuration.
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceTapConfigurationPropertiesFormatInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the network interface tap configuration resource.voidvalidate()Validates the instance.VirtualNetworkTapInnervirtualNetworkTap()Get the virtualNetworkTap property: The reference to the Virtual Network Tap resource.NetworkInterfaceTapConfigurationPropertiesFormatInnerwithVirtualNetworkTap(VirtualNetworkTapInner virtualNetworkTap)Set the virtualNetworkTap property: The reference to the Virtual Network Tap resource.
-
-
-
Method Detail
-
virtualNetworkTap
public VirtualNetworkTapInner 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
public ProvisioningState 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.
-
-