AutomationRules interface
AutomationRules を表すインターフェイス。
メソッド
| create |
自動化規則を作成または更新します。 |
| delete(string, string, string, Automation |
自動化ルールを削除します。 |
| get(string, string, string, Automation |
自動化規則を取得します。 |
| list(string, string, Automation |
すべてのオートメーション ルールを取得します。 |
メソッドの詳細
createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)
自動化規則を作成または更新します。
function createOrUpdate(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams): Promise<AutomationRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- automationRuleId
-
string
オートメーション ルール ID
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
Promise<AutomationRulesDeleteResponse>
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
ワークスペースの名前。
オプション パラメーター。