ServiceProviderResponseList Interface
public interface ServiceProviderResponseList
An immutable client-side representation of ServiceProviderResponseList.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Service |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
|
abstract
List<Service |
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:
nextLink
public abstract String nextLink()
Gets the nextLink property: The link used to get the next page of bot service providers.
Returns:
value
public abstract List<ServiceProvider> value()
Gets the value property: Gets the list of bot service providers and their properties.
Returns: