ArmBotServiceModelFactory.BotChannelData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- properties
- BotChannelProperties
O conjunto de propriedades específicas para o recurso de canal de bot Observe BotChannelProperties(String, Nullable<ETag>, String, Nullable<AzureLocation>) que é a classe base. De acordo com o cenário, uma classe derivada da classe base pode precisar ser atribuída aqui ou essa propriedade precisa ser convertida em uma das classes derivadas possíveis. As classes derivadas disponíveis incluem AcsChatChannel(Nullable<ETag>, String, Nullable<AzureLocation>), AlexaChannel(Nullable<ETag>, String, Nullable<AzureLocation>, AlexaChannelProperties), , DirectLineChannel(Nullable<ETag>, String, Nullable<AzureLocation>, DirectLineChannelProperties), DirectLineSpeechChannel(Nullable<ETag>, String, Nullable<AzureLocation>, DirectLineSpeechChannelProperties), FacebookChannel(Nullable<ETag>, String, Nullable<AzureLocation>, FacebookChannelProperties)EmailChannel(Nullable<ETag>, String, Nullable<AzureLocation>, EmailChannelProperties), LineChannel(Nullable<ETag>, String, Nullable<AzureLocation>, LineChannelProperties)KikChannel(Nullable<ETag>, String, Nullable<AzureLocation>, KikChannelProperties), M365Extensions(Nullable<ETag>, String, Nullable<AzureLocation>), MsTeamsChannel(Nullable<ETag>, String, Nullable<AzureLocation>, MsTeamsChannelProperties), Omnichannel(Nullable<ETag>, String, Nullable<AzureLocation>), , OutlookChannel(Nullable<ETag>, String, Nullable<AzureLocation>), SearchAssistant(Nullable<ETag>, String, Nullable<AzureLocation>), SkypeChannel(Nullable<ETag>, String, Nullable<AzureLocation>, SkypeChannelProperties), SlackChannel(Nullable<ETag>, String, Nullable<AzureLocation>, SlackChannelProperties), SmsChannel(Nullable<ETag>, String, Nullable<AzureLocation>, SmsChannelProperties), , TelegramChannel(Nullable<ETag>, String, Nullable<AzureLocation>, TelegramChannelProperties)TelephonyChannel(Nullable<ETag>, String, Nullable<AzureLocation>, TelephonyChannelProperties) e WebChatChannel(Nullable<ETag>, String, Nullable<AzureLocation>, WebChatChannelProperties).
- sku
- BotServiceSku
Obtém ou define o SKU do recurso.
- kind
- Nullable<BotServiceKind>
Obrigatórios. Obtém ou define o Tipo do recurso.
- zones
- IEnumerable<String>
Zonas de entidade.
Retornos
Uma nova BotChannelData instância para zombar.