Interface AgentPoolListResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.AgentPoolListResultInner object.
    Gets the nextLink property: The nextLink property.
    Gets the value property: The value property.
  • Method Details

    • value

      List<AgentPool> value()
      Gets the value property: The value property.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: The nextLink property.
      Returns:
      the nextLink value.
    • innerModel

      Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.AgentPoolListResultInner object.
      Returns:
      the inner object.