ServiceProviderResponseList Interface

public interface ServiceProviderResponseList

An immutable client-side representation of ServiceProviderResponseList.

Method Summary

Modifier and Type Method and Description
abstract ServiceProviderResponseListInner innerModel()

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

abstract String nextLink()

Gets the nextLink property: The link used to get the next page of bot service providers.

abstract List<ServiceProvider> value()

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

Method Details

innerModel

public abstract ServiceProviderResponseListInner innerModel()

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

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: The link used to get the next page of bot service providers.

Returns:

the nextLink value.

value

public abstract List<ServiceProvider> value()

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

Returns:

the value value.

Applies to