다음을 통해 공유


CreateEmailSignInUrlResponse Class

Definition

The ARM create email sign in url operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.CreateEmailSignInUrlResponseTypeConverter))]
public class CreateEmailSignInUrlResponse : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ICreateEmailSignInUrlResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.CreateEmailSignInUrlResponseTypeConverter))>]
type CreateEmailSignInUrlResponse = class
    interface ICreateEmailSignInUrlResponse
    interface IJsonSerializable
Public Class CreateEmailSignInUrlResponse
Implements ICreateEmailSignInUrlResponse
Inheritance
CreateEmailSignInUrlResponse
Attributes
Implements

Constructors

CreateEmailSignInUrlResponse()

Creates an new CreateEmailSignInUrlResponse instance.

Properties

Id

Specifies the resource ID.

Location

Specifies the location of the resource.

Url

Sign in url.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreateEmailSignInUrlResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreateEmailSignInUrlResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ICreateEmailSignInUrlResponse.

FromJsonString(String)

Creates a new instance of CreateEmailSignInUrlResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreateEmailSignInUrlResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to