AlertRuleTemplates interface
AlertRuleTemplates を表すインターフェイス。
メソッド
| get(string, string, string, Alert |
アラート ルール テンプレートを取得します。 |
| list(string, string, Alert |
すべてのアラート ルール テンプレートを取得します。 |
メソッドの詳細
get(string, string, string, AlertRuleTemplatesGetOptionalParams)
アラート ルール テンプレートを取得します。
function get(resourceGroupName: string, workspaceName: string, alertRuleTemplateId: string, options?: AlertRuleTemplatesGetOptionalParams): Promise<AlertRuleTemplateUnion>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- alertRuleTemplateId
-
string
アラート ルール テンプレート ID
オプション パラメーター。
戻り値
Promise<AlertRuleTemplateUnion>
list(string, string, AlertRuleTemplatesListOptionalParams)
すべてのアラート ルール テンプレートを取得します。
function list(resourceGroupName: string, workspaceName: string, options?: AlertRuleTemplatesListOptionalParams): PagedAsyncIterableIterator<AlertRuleTemplateUnion, AlertRuleTemplateUnion[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
オプション パラメーター。