Class ManagedVirtualNetworkReference

java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedVirtualNetworkReference

public final class ManagedVirtualNetworkReference extends Object
Managed Virtual Network reference type.
  • Constructor Details

    • ManagedVirtualNetworkReference

      public ManagedVirtualNetworkReference()
  • Method Details

    • type

      Get the type property: Managed Virtual Network reference type.
      Returns:
      the type value.
    • withType

      Set the type property: Managed Virtual Network reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the ManagedVirtualNetworkReference object itself.
    • referenceName

      public String referenceName()
      Get the referenceName property: Reference ManagedVirtualNetwork name.
      Returns:
      the referenceName value.
    • withReferenceName

      public ManagedVirtualNetworkReference withReferenceName(String referenceName)
      Set the referenceName property: Reference ManagedVirtualNetwork name.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the ManagedVirtualNetworkReference object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.