QnAMakerEndpointKeysResponse 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.
Schema for EndpointKeys generate/refresh operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.QnAMakerEndpointKeysResponseTypeConverter))]
public class QnAMakerEndpointKeysResponse : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IQnAMakerEndpointKeysResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.QnAMakerEndpointKeysResponseTypeConverter))>]
type QnAMakerEndpointKeysResponse = class
interface IQnAMakerEndpointKeysResponse
interface IJsonSerializable
Public Class QnAMakerEndpointKeysResponse
Implements IQnAMakerEndpointKeysResponse
- Inheritance
-
QnAMakerEndpointKeysResponse
- Attributes
- Implements
Constructors
QnAMakerEndpointKeysResponse() |
Creates an new QnAMakerEndpointKeysResponse instance. |
Properties
InstalledVersion |
Current version of runtime. |
LastStableVersion |
Latest version of runtime. |
PrimaryEndpointKey |
Primary Access Key. |
SecondaryEndpointKey |
Secondary Access Key. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QnAMakerEndpointKeysResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QnAMakerEndpointKeysResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IQnAMakerEndpointKeysResponse. |
FromJsonString(String) |
Creates a new instance of QnAMakerEndpointKeysResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QnAMakerEndpointKeysResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |