Class VirtualNetworkProfile

java.lang.Object
com.azure.resourcemanager.synapse.models.VirtualNetworkProfile

public final class VirtualNetworkProfile extends Object
Virtual Network Profile.
  • Constructor Details

    • VirtualNetworkProfile

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

    • computeSubnetId

      public String computeSubnetId()
      Get the computeSubnetId property: Subnet ID used for computes in workspace.
      Returns:
      the computeSubnetId value.
    • withComputeSubnetId

      public VirtualNetworkProfile withComputeSubnetId(String computeSubnetId)
      Set the computeSubnetId property: Subnet ID used for computes in workspace.
      Parameters:
      computeSubnetId - the computeSubnetId value to set.
      Returns:
      the VirtualNetworkProfile object itself.
    • validate

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