Interface ServiceProviderResponseList


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

      • nextLink

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

        List<ServiceProvider> value()
        Gets the value property: Gets the list of bot service providers and their properties.
        Returns:
        the value value.
      • innerModel

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