Interface ServiceProviderResponseList


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.botservice.fluent.models.ServiceProviderResponseListInner object.
    Gets the nextLink property: The link used to get the next page of bot service providers.
    Gets the value property: Gets the list of bot service providers and their properties.
  • Method Details

    • nextLink

      String nextLink()
      Gets the nextLink property: The link used to get the next page of bot service providers.
      Returns:
      the nextLink value.
    • value

      Gets the value property: Gets the list of bot service providers and their properties.
      Returns:
      the value value.
    • innerModel

      Gets the inner com.azure.resourcemanager.botservice.fluent.models.ServiceProviderResponseListInner object.
      Returns:
      the inner object.