SiteInfo 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.
Site information for WebChat or DirectLine Channels to identify which site to regenerate keys for.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.SiteInfoTypeConverter))]
public class SiteInfo : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ISiteInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.SiteInfoTypeConverter))>]
type SiteInfo = class
interface ISiteInfo
interface IJsonSerializable
Public Class SiteInfo
Implements ISiteInfo
- Inheritance
-
SiteInfo
- Attributes
- Implements
Constructors
SiteInfo() |
Creates an new SiteInfo instance. |
Properties
Key |
Determines which key is to be regenerated |
SiteName |
The site name |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SiteInfo. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ISiteInfo. |
FromJsonString(String) |
Creates a new instance of SiteInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |