Class VirtualNetworkProfile

java.lang.Object
com.azure.analytics.synapse.artifacts.models.VirtualNetworkProfile

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

    • VirtualNetworkProfile

      public VirtualNetworkProfile()
  • Method Details

    • getComputeSubnetId

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

      public VirtualNetworkProfile setComputeSubnetId(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.