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 Details

    • NetworkInterfaceTapConfigurationPropertiesFormatInner

      public NetworkInterfaceTapConfigurationPropertiesFormatInner()
      Creates an instance of NetworkInterfaceTapConfigurationPropertiesFormatInner class.
  • Method Details

    • 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.