次の方法で共有


Bots interface

ボットを表すインターフェイス。

メソッド

beginCreate(string, string, HealthBot, BotsCreateOptionalParams)

新しい Azure Health ボットを作成します。

beginCreateAndWait(string, string, HealthBot, BotsCreateOptionalParams)

新しい Azure Health ボットを作成します。

beginDelete(string, string, BotsDeleteOptionalParams)

HealthBot を削除します。

beginDeleteAndWait(string, string, BotsDeleteOptionalParams)

HealthBot を削除します。

get(string, string, BotsGetOptionalParams)

HealthBot を取得します。

list(BotsListOptionalParams)

サブスクリプションに属する特定の種類のすべてのリソースを返します。

listByResourceGroup(string, BotsListByResourceGroupOptionalParams)

リソース グループに属する特定の種類のすべてのリソースを返します

update(string, string, HealthBotUpdateParameters, BotsUpdateOptionalParams)

HealthBot にパッチを適用します。

メソッドの詳細

beginCreate(string, string, HealthBot, BotsCreateOptionalParams)

新しい Azure Health ボットを作成します。

function beginCreate(resourceGroupName: string, botName: string, parameters: HealthBot, options?: BotsCreateOptionalParams): Promise<PollerLike<PollOperationState<HealthBot>, HealthBot>>

パラメーター

resourceGroupName

string

ユーザー サブスクリプション内の Bot リソース グループの名前。

botName

string

Bot リソースの名前。

parameters
HealthBot

作成された Azure Health ボットに提供するパラメーター。

options
BotsCreateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<HealthBot>, HealthBot>>

beginCreateAndWait(string, string, HealthBot, BotsCreateOptionalParams)

新しい Azure Health ボットを作成します。

function beginCreateAndWait(resourceGroupName: string, botName: string, parameters: HealthBot, options?: BotsCreateOptionalParams): Promise<HealthBot>

パラメーター

resourceGroupName

string

ユーザー サブスクリプション内の Bot リソース グループの名前。

botName

string

Bot リソースの名前。

parameters
HealthBot

作成された Azure Health ボットに提供するパラメーター。

options
BotsCreateOptionalParams

options パラメーター。

戻り値

Promise<HealthBot>

beginDelete(string, string, BotsDeleteOptionalParams)

HealthBot を削除します。

function beginDelete(resourceGroupName: string, botName: string, options?: BotsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

ユーザー サブスクリプション内の Bot リソース グループの名前。

botName

string

Bot リソースの名前。

options
BotsDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, BotsDeleteOptionalParams)

HealthBot を削除します。

function beginDeleteAndWait(resourceGroupName: string, botName: string, options?: BotsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

ユーザー サブスクリプション内の Bot リソース グループの名前。

botName

string

Bot リソースの名前。

options
BotsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, BotsGetOptionalParams)

HealthBot を取得します。

function get(resourceGroupName: string, botName: string, options?: BotsGetOptionalParams): Promise<HealthBot>

パラメーター

resourceGroupName

string

ユーザー サブスクリプション内の Bot リソース グループの名前。

botName

string

Bot リソースの名前。

options
BotsGetOptionalParams

options パラメーター。

戻り値

Promise<HealthBot>

list(BotsListOptionalParams)

サブスクリプションに属する特定の種類のすべてのリソースを返します。

function list(options?: BotsListOptionalParams): PagedAsyncIterableIterator<HealthBot, HealthBot[], PageSettings>

パラメーター

options
BotsListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, BotsListByResourceGroupOptionalParams)

リソース グループに属する特定の種類のすべてのリソースを返します

function listByResourceGroup(resourceGroupName: string, options?: BotsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HealthBot, HealthBot[], PageSettings>

パラメーター

resourceGroupName

string

ユーザー サブスクリプション内の Bot リソース グループの名前。

options
BotsListByResourceGroupOptionalParams

options パラメーター。

戻り値

update(string, string, HealthBotUpdateParameters, BotsUpdateOptionalParams)

HealthBot にパッチを適用します。

function update(resourceGroupName: string, botName: string, parameters: HealthBotUpdateParameters, options?: BotsUpdateOptionalParams): Promise<HealthBot>

パラメーター

resourceGroupName

string

ユーザー サブスクリプション内の Bot リソース グループの名前。

botName

string

Bot リソースの名前。

parameters
HealthBotUpdateParameters

必要な Azure Health ボットに提供するパラメーター。

options
BotsUpdateOptionalParams

options パラメーター。

戻り値

Promise<HealthBot>