次の方法で共有


TagRules interface

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

メソッド

beginCreateOrUpdate(string, string, string, TagRule, TagRulesCreateOrUpdateOptionalParams)

TagRule を作成する

beginCreateOrUpdateAndWait(string, string, string, TagRule, TagRulesCreateOrUpdateOptionalParams)

TagRule を作成する

beginDelete(string, string, string, TagRulesDeleteOptionalParams)

TagRule を削除する

beginDeleteAndWait(string, string, string, TagRulesDeleteOptionalParams)

TagRule を削除する

get(string, string, string, TagRulesGetOptionalParams)

TagRule を取得する

listByNewRelicMonitorResource(string, string, TagRulesListByNewRelicMonitorResourceOptionalParams)

NewRelicMonitorResource による TagRule リソースの一覧表示

update(string, string, string, TagRuleUpdate, TagRulesUpdateOptionalParams)

TagRule を更新する

メソッドの詳細

beginCreateOrUpdate(string, string, string, TagRule, TagRulesCreateOrUpdateOptionalParams)

TagRule を作成する

function beginCreateOrUpdate(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TagRule>, TagRule>>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitors リソースの名前

ruleSetName

string

TagRule の名前

resource
TagRule

リソース作成パラメーター。

options
TagRulesCreateOrUpdateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<TagRule>, TagRule>>

beginCreateOrUpdateAndWait(string, string, string, TagRule, TagRulesCreateOrUpdateOptionalParams)

TagRule を作成する

function beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<TagRule>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitors リソースの名前

ruleSetName

string

TagRule の名前

resource
TagRule

リソース作成パラメーター。

options
TagRulesCreateOrUpdateOptionalParams

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

戻り値

Promise<TagRule>

beginDelete(string, string, string, TagRulesDeleteOptionalParams)

TagRule を削除する

function beginDelete(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitors リソースの名前

ruleSetName

string

TagRule の名前

options
TagRulesDeleteOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, TagRulesDeleteOptionalParams)

TagRule を削除する

function beginDeleteAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitors リソースの名前

ruleSetName

string

TagRule の名前

options
TagRulesDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, TagRulesGetOptionalParams)

TagRule を取得する

function get(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesGetOptionalParams): Promise<TagRule>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitors リソースの名前

ruleSetName

string

TagRule の名前

options
TagRulesGetOptionalParams

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

戻り値

Promise<TagRule>

listByNewRelicMonitorResource(string, string, TagRulesListByNewRelicMonitorResourceOptionalParams)

NewRelicMonitorResource による TagRule リソースの一覧表示

function listByNewRelicMonitorResource(resourceGroupName: string, monitorName: string, options?: TagRulesListByNewRelicMonitorResourceOptionalParams): PagedAsyncIterableIterator<TagRule, TagRule[], PageSettings>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitors リソースの名前

options
TagRulesListByNewRelicMonitorResourceOptionalParams

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

戻り値

update(string, string, string, TagRuleUpdate, TagRulesUpdateOptionalParams)

TagRule を更新する

function update(resourceGroupName: string, monitorName: string, ruleSetName: string, properties: TagRuleUpdate, options?: TagRulesUpdateOptionalParams): Promise<TagRule>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitors リソースの名前

ruleSetName

string

TagRule の名前

properties
TagRuleUpdate

更新するリソース プロパティ。

options
TagRulesUpdateOptionalParams

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

戻り値

Promise<TagRule>