AutomationRules interface

AutomationRules を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)

自動化規則を作成または更新します。

delete(string, string, string, AutomationRulesDeleteOptionalParams)

自動化ルールを削除します。

get(string, string, string, AutomationRulesGetOptionalParams)

自動化規則を取得します。

list(string, string, AutomationRulesListOptionalParams)

すべてのオートメーション ルールを取得します。

メソッドの詳細

createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)

自動化規則を作成または更新します。

function createOrUpdate(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams): Promise<AutomationRule>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

automationRuleId

string

オートメーション ルール ID

options
AutomationRulesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<AutomationRule>

delete(string, string, string, AutomationRulesDeleteOptionalParams)

自動化ルールを削除します。

function delete(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams): Promise<AutomationRulesDeleteResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

automationRuleId

string

オートメーション ルール ID

options
AutomationRulesDeleteOptionalParams

オプション パラメーター。

戻り値

get(string, string, string, AutomationRulesGetOptionalParams)

自動化規則を取得します。

function get(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams): Promise<AutomationRule>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

automationRuleId

string

オートメーション ルール ID

options
AutomationRulesGetOptionalParams

オプション パラメーター。

戻り値

Promise<AutomationRule>

list(string, string, AutomationRulesListOptionalParams)

すべてのオートメーション ルールを取得します。

function list(resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams): PagedAsyncIterableIterator<AutomationRule, AutomationRule[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

options
AutomationRulesListOptionalParams

オプション パラメーター。

戻り値