Class LabPlanNetworkProfile

java.lang.Object
com.azure.resourcemanager.labservices.models.LabPlanNetworkProfile

public final class LabPlanNetworkProfile extends Object
Profile for how to handle networking for Lab Plans.
  • Constructor Details

    • LabPlanNetworkProfile

      public LabPlanNetworkProfile()
  • Method Details

    • subnetId

      public String subnetId()
      Get the subnetId property: The external subnet resource id.
      Returns:
      the subnetId value.
    • withSubnetId

      public LabPlanNetworkProfile withSubnetId(String subnetId)
      Set the subnetId property: The external subnet resource id.
      Parameters:
      subnetId - the subnetId value to set.
      Returns:
      the LabPlanNetworkProfile object itself.
    • validate

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