Freigeben über


ArmBotServiceModelFactory.BotChannelData Methode

Definition

Initialisiert eine neue instance von BotChannelData.

public static Azure.ResourceManager.BotService.BotChannelData BotChannelData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.BotService.Models.BotChannelProperties properties = default, Azure.ResourceManager.BotService.Models.BotServiceSku sku = default, Azure.ResourceManager.BotService.Models.BotServiceKind? kind = default, Azure.ETag? etag = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member BotChannelData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.BotService.Models.BotChannelProperties * Azure.ResourceManager.BotService.Models.BotServiceSku * Nullable<Azure.ResourceManager.BotService.Models.BotServiceKind> * Nullable<Azure.ETag> * seq<string> -> Azure.ResourceManager.BotService.BotChannelData
Public Shared Function BotChannelData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional properties As BotChannelProperties = Nothing, Optional sku As BotServiceSku = Nothing, Optional kind As Nullable(Of BotServiceKind) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As BotChannelData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

properties
BotChannelProperties

Der Satz von Eigenschaften, die für die Botkanalressource spezifisch sind Bitte beachten BotChannelProperties(String, Nullable<ETag>, String, Nullable<AzureLocation>) Sie, ist die Basisklasse. Je nach Szenario muss hier möglicherweise eine abgeleitete Klasse der Basisklasse zugewiesen werden, oder diese Eigenschaft muss in eine der möglichen abgeleiteten Klassen umgewandelt werden. Die verfügbaren abgeleiteten Klassen sind AcsChatChannel(Nullable<ETag>, String, Nullable<AzureLocation>), , DirectLineChannel(Nullable<ETag>, String, Nullable<AzureLocation>, DirectLineChannelProperties)AlexaChannel(Nullable<ETag>, String, Nullable<AzureLocation>, AlexaChannelProperties), DirectLineSpeechChannel(Nullable<ETag>, String, Nullable<AzureLocation>, DirectLineSpeechChannelProperties)EmailChannel(Nullable<ETag>, String, Nullable<AzureLocation>, EmailChannelProperties), FacebookChannel(Nullable<ETag>, String, Nullable<AzureLocation>, FacebookChannelProperties), KikChannel(Nullable<ETag>, String, Nullable<AzureLocation>, KikChannelProperties), , LineChannel(Nullable<ETag>, String, Nullable<AzureLocation>, LineChannelProperties), M365Extensions(Nullable<ETag>, String, Nullable<AzureLocation>), MsTeamsChannel(Nullable<ETag>, String, Nullable<AzureLocation>, MsTeamsChannelProperties), Omnichannel(Nullable<ETag>, String, Nullable<AzureLocation>), SkypeChannel(Nullable<ETag>, String, Nullable<AzureLocation>, SkypeChannelProperties)OutlookChannel(Nullable<ETag>, String, Nullable<AzureLocation>)SearchAssistant(Nullable<ETag>, String, Nullable<AzureLocation>)SlackChannel(Nullable<ETag>, String, Nullable<AzureLocation>, SlackChannelProperties), , SmsChannel(Nullable<ETag>, String, Nullable<AzureLocation>, SmsChannelProperties), , , TelegramChannel(Nullable<ETag>, String, Nullable<AzureLocation>, TelegramChannelProperties)und . TelephonyChannel(Nullable<ETag>, String, Nullable<AzureLocation>, TelephonyChannelProperties)WebChatChannel(Nullable<ETag>, String, Nullable<AzureLocation>, WebChatChannelProperties)

sku
BotServiceSku

Ruft die SKU der Ressource ab oder legt diese fest.

kind
Nullable<BotServiceKind>

Erforderlich. Ruft die Art der Ressource ab oder legt sie fest.

etag
Nullable<ETag>

Entitätstag.

zones
IEnumerable<String>

Entitätszonen.

Gibt zurück

Eine neue BotChannelData instance zum Mocking.

Gilt für: