Class VMResourcesInner

java.lang.Object
com.azure.resourcemanager.logz.fluent.models.VMResourcesInner

public final class VMResourcesInner extends Object
VM Resource Ids.
  • Constructor Details

    • VMResourcesInner

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

    • id

      public String id()
      Get the id property: Request of a list vm host update operation.
      Returns:
      the id value.
    • withId

      public VMResourcesInner withId(String id)
      Set the id property: Request of a list vm host update operation.
      Parameters:
      id - the id value to set.
      Returns:
      the VMResourcesInner object itself.
    • agentVersion

      public String agentVersion()
      Get the agentVersion property: Version of the Logz agent installed on the VM.
      Returns:
      the agentVersion value.
    • withAgentVersion

      public VMResourcesInner withAgentVersion(String agentVersion)
      Set the agentVersion property: Version of the Logz agent installed on the VM.
      Parameters:
      agentVersion - the agentVersion value to set.
      Returns:
      the VMResourcesInner object itself.
    • validate

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