다음을 통해 공유


OutlookChannel Class

Definition

Outlook channel definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.OutlookChannelTypeConverter))]
public class OutlookChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IOutlookChannel, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.OutlookChannelTypeConverter))>]
type OutlookChannel = class
    interface IOutlookChannel
    interface IJsonSerializable
    interface IChannel
    interface IValidates
Public Class OutlookChannel
Implements IOutlookChannel, IValidates
Inheritance
OutlookChannel
Attributes
Implements

Constructors

OutlookChannel()

Creates an new OutlookChannel instance.

Properties

Etag

Entity Tag of the resource

Location

Specifies the location of the resource.

Name

The channel name

ProvisioningState

Provisioning state of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutlookChannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutlookChannel.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutlookChannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to