Interface Trial


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

    Modifier and Type
    Method
    Description
    Gets the availableHosts property: Number of trial hosts available.
    Gets the inner com.azure.resourcemanager.avs.fluent.models.TrialInner object.
    Gets the status property: Trial status.
  • Method Details

    • status

      TrialStatus status()
      Gets the status property: Trial status.
      Returns:
      the status value.
    • availableHosts

      Integer availableHosts()
      Gets the availableHosts property: Number of trial hosts available.
      Returns:
      the availableHosts value.
    • innerModel

      TrialInner innerModel()
      Gets the inner com.azure.resourcemanager.avs.fluent.models.TrialInner object.
      Returns:
      the inner object.