ArmBotServiceModelFactory.BotChannelProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de BotChannelProperties.
public static Azure.ResourceManager.BotService.Models.BotChannelProperties BotChannelProperties (string channelName = default, Azure.ETag? etag = default, string provisioningState = default, Azure.Core.AzureLocation? location = default);
static member BotChannelProperties : string * Nullable<Azure.ETag> * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.BotService.Models.BotChannelProperties
Public Shared Function BotChannelProperties (Optional channelName As String = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional provisioningState As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As BotChannelProperties
Paramètres
- channelName
- String
Nom du canal.
- provisioningState
- String
État d’approvisionnement de la ressource.
- location
- Nullable<AzureLocation>
Spécifie l’emplacement de la ressource.
Retours
Une nouvelle BotChannelProperties instance pour se moquer.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET