BotCreateEmailSignInUriResult 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 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. |