次の方法で共有


ArmBotServiceModelFactory.BotChannelProperties メソッド

定義

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

パラメーター

channelName
String

チャネル名。

etag
Nullable<ETag>

リソースのエンティティ タグ。

provisioningState
String

リソースのプロビジョニング状態。

location
Nullable<AzureLocation>

リソースの場所を指定します。

戻り値

モック作成用の新しい BotChannelProperties インスタンス。

適用対象