java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner

public final class LabVhdInner extends Object
Properties of a VHD in the lab.
  • Constructor Details

    • LabVhdInner

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

    • id

      public String id()
      Get the id property: The URI to the VHD.
      Returns:
      the id value.
    • withId

      public LabVhdInner withId(String id)
      Set the id property: The URI to the VHD.
      Parameters:
      id - the id value to set.
      Returns:
      the LabVhdInner object itself.
    • validate

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