다음을 통해 공유


CreateEmailSignInUrlResponseProperties Class

Definition

The set of properties specific to sign in url

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

Constructors

CreateEmailSignInUrlResponseProperties()

Creates an new CreateEmailSignInUrlResponseProperties instance.

Properties

Url

Sign in url.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreateEmailSignInUrlResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreateEmailSignInUrlResponseProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreateEmailSignInUrlResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to