Interface VMResources


public interface VMResources
An immutable client-side representation of VMResources.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the agentVersion property: Version of the Logz agent installed on the VM.
    id()
    Gets the id property: Request of a list vm host update operation.
    Gets the inner com.azure.resourcemanager.logz.fluent.models.VMResourcesInner object.
  • Method Details

    • id

      String id()
      Gets the id property: Request of a list vm host update operation.
      Returns:
      the id value.
    • agentVersion

      String agentVersion()
      Gets the agentVersion property: Version of the Logz agent installed on the VM.
      Returns:
      the agentVersion value.
    • innerModel

      VMResourcesInner innerModel()
      Gets the inner com.azure.resourcemanager.logz.fluent.models.VMResourcesInner object.
      Returns:
      the inner object.