你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BotCreateEmailSignInUriResult Class

Definition

The ARM create email sign in url operation response.

public class BotCreateEmailSignInUriResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.BotCreateEmailSignInUriResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.BotCreateEmailSignInUriResult>
public class BotCreateEmailSignInUriResult
type BotCreateEmailSignInUriResult = class
    interface IJsonModel<BotCreateEmailSignInUriResult>
    interface IPersistableModel<BotCreateEmailSignInUriResult>
type BotCreateEmailSignInUriResult = class
Public Class BotCreateEmailSignInUriResult
Implements IJsonModel(Of BotCreateEmailSignInUriResult), IPersistableModel(Of BotCreateEmailSignInUriResult)
Public Class BotCreateEmailSignInUriResult
Inheritance
BotCreateEmailSignInUriResult
Implements

Properties

Name Description
CreateEmailSignInUrlResponseUri

Sign in url.

Id

Specifies the resource ID.

Location

Specifies the location of the resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BotCreateEmailSignInUriResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BotCreateEmailSignInUriResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotCreateEmailSignInUriResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotCreateEmailSignInUriResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BotCreateEmailSignInUriResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to