다음을 통해 공유


ServiceProviderResponseList Class

Definition

The list of bot service providers response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderResponseListTypeConverter))]
public class ServiceProviderResponseList : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IServiceProviderResponseList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderResponseListTypeConverter))>]
type ServiceProviderResponseList = class
    interface IServiceProviderResponseList
    interface IJsonSerializable
Public Class ServiceProviderResponseList
Implements IServiceProviderResponseList
Inheritance
ServiceProviderResponseList
Attributes
Implements

Constructors

ServiceProviderResponseList()

Creates an new ServiceProviderResponseList instance.

Properties

NextLink

The link used to get the next page of bot service providers.

Value

Gets the list of bot service providers and their properties.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceProviderResponseList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceProviderResponseList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IServiceProviderResponseList.

FromJsonString(String)

Creates a new instance of ServiceProviderResponseList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceProviderResponseList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to