ConnectionSettingResponseList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of bot service connection settings response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ConnectionSettingResponseListTypeConverter))]
public class ConnectionSettingResponseList : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IConnectionSettingResponseList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ConnectionSettingResponseListTypeConverter))>]
type ConnectionSettingResponseList = class
interface IConnectionSettingResponseList
interface IJsonSerializable
Public Class ConnectionSettingResponseList
Implements IConnectionSettingResponseList
- Inheritance
-
ConnectionSettingResponseList
- Attributes
- Implements
Constructors
ConnectionSettingResponseList() |
Creates an new ConnectionSettingResponseList instance. |
Properties
NextLink |
The link used to get the next page of bot service connection setting resources. |
Value |
Gets the list of bot service connection settings and their properties. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectionSettingResponseList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectionSettingResponseList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IConnectionSettingResponseList. |
FromJsonString(String) |
Creates a new instance of ConnectionSettingResponseList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectionSettingResponseList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |