GetBotServiceQnAMakerEndpointKeyResult 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.
public class GetBotServiceQnAMakerEndpointKeyResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>
public class GetBotServiceQnAMakerEndpointKeyResult
type GetBotServiceQnAMakerEndpointKeyResult = class
interface IJsonModel<GetBotServiceQnAMakerEndpointKeyResult>
interface IPersistableModel<GetBotServiceQnAMakerEndpointKeyResult>
type GetBotServiceQnAMakerEndpointKeyResult = class
Public Class GetBotServiceQnAMakerEndpointKeyResult
Implements IJsonModel(Of GetBotServiceQnAMakerEndpointKeyResult), IPersistableModel(Of GetBotServiceQnAMakerEndpointKeyResult)
Public Class GetBotServiceQnAMakerEndpointKeyResult
- Inheritance
-
GetBotServiceQnAMakerEndpointKeyResult
- Implements
Properties
InstalledVersion |
Current version of runtime. |
LastStableVersion |
Latest version of runtime. |
PrimaryEndpointKey |
Primary Access Key. |
SecondaryEndpointKey |
Secondary Access Key. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GetBotServiceQnAMakerEndpointKeyResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GetBotServiceQnAMakerEndpointKeyResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GetBotServiceQnAMakerEndpointKeyResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GetBotServiceQnAMakerEndpointKeyResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GetBotServiceQnAMakerEndpointKeyResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET