Class ManagedIntegrationRuntimeManagedVirtualNetworkReference

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.ManagedIntegrationRuntimeManagedVirtualNetworkReference

public final class ManagedIntegrationRuntimeManagedVirtualNetworkReference extends Object
Managed integration runtime managed virtual network reference.
  • Constructor Details

    • ManagedIntegrationRuntimeManagedVirtualNetworkReference

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

    • referenceName

      public String referenceName()
      Get the referenceName property: The reference name of the managed virtual network.
      Returns:
      the referenceName value.
    • withReferenceName

      public ManagedIntegrationRuntimeManagedVirtualNetworkReference withReferenceName(String referenceName)
      Set the referenceName property: The reference name of the managed virtual network.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the ManagedIntegrationRuntimeManagedVirtualNetworkReference object itself.
    • type

      public String type()
      Get the type property: The type of the managed virtual network.
      Returns:
      the type value.
    • withType

      Set the type property: The type of the managed virtual network.
      Parameters:
      type - the type value to set.
      Returns:
      the ManagedIntegrationRuntimeManagedVirtualNetworkReference object itself.
    • id

      public String id()
      Get the id property: The id of the managed virtual network.
      Returns:
      the id value.
    • withId

      Set the id property: The id of the managed virtual network.
      Parameters:
      id - the id value to set.
      Returns:
      the ManagedIntegrationRuntimeManagedVirtualNetworkReference object itself.
    • validate

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