Partager via


ArmBotServiceModelFactory.TelegramChannel Méthode

Définition

Initialise une nouvelle instance de TelegramChannel.

public static Azure.ResourceManager.BotService.Models.TelegramChannel TelegramChannel (Azure.ETag? etag = default, string provisioningState = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.BotService.Models.TelegramChannelProperties properties = default);
static member TelegramChannel : Nullable<Azure.ETag> * string * Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.BotService.Models.TelegramChannelProperties -> Azure.ResourceManager.BotService.Models.TelegramChannel
Public Shared Function TelegramChannel (Optional etag As Nullable(Of ETag) = Nothing, Optional provisioningState As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional properties As TelegramChannelProperties = Nothing) As TelegramChannel

Paramètres

etag
Nullable<ETag>

Balise d’entité de la ressource.

provisioningState
String

État d’approvisionnement de la ressource.

location
Nullable<AzureLocation>

Spécifie l’emplacement de la ressource.

properties
TelegramChannelProperties

Ensemble de propriétés spécifiques à la ressource de canal Telegram.

Retours

Une nouvelle TelegramChannel instance pour se moquer.

S’applique à