EmailChannel Class
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.
Email channel definition
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.EmailChannelTypeConverter))]
public class EmailChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IEmailChannel, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.EmailChannelTypeConverter))>]
type EmailChannel = class
interface IEmailChannel
interface IJsonSerializable
interface IChannel
interface IValidates
Public Class EmailChannel
Implements IEmailChannel, IValidates
- Inheritance
-
EmailChannel
- Attributes
- Implements
Email |
Creates an new EmailChannel instance. |
Auth |
Email channel auth method. 0 Password (Default); 1 Graph. |
Email |
The email address |
Etag |
Entity Tag of the resource |
Is |
Whether this channel is enabled for the bot |
Location |
Specifies the location of the resource. |
Magic |
The magic code for setting up the modern authentication. |
Name |
The channel name |
Password |
The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty. |
Provisioning |
Provisioning state of the resource |
Deserialize |
Deserializes a IDictionary into an instance of EmailChannel. |
Deserialize |
Deserializes a PSObject into an instance of EmailChannel. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IEmailChannel. |
From |
Creates a new instance of EmailChannel, deserializing the content from a json string. |
To |
Serializes this instance of EmailChannel into a JsonNode. |
To |
Serializes this instance to a json string. |
Validate(IEvent |
Validates that this object meets the validation criteria. |
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |