次の方法で共有


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 を取得する

list(string, string, TagRulesListOptionalParams)

すべての TagRule を monitorName で一覧表示する

メソッドの詳細

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

リソース名の監視

ruleSetName

string

リソース名の監視

resource
TagRule

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

options
TagRulesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

リソース名の監視

ruleSetName

string

リソース名の監視

resource
TagRule

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

options
TagRulesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

リソース名の監視

ruleSetName

string

リソース名の監視

options
TagRulesDeleteOptionalParams

options パラメーター。

戻り値

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

リソース名の監視

ruleSetName

string

リソース名の監視

options
TagRulesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, TagRulesGetOptionalParams)

TagRule を取得する

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

ruleSetName

string

リソース名の監視

options
TagRulesGetOptionalParams

options パラメーター。

戻り値

Promise<TagRule>

list(string, string, TagRulesListOptionalParams)

すべての TagRule を monitorName で一覧表示する

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
TagRulesListOptionalParams

options パラメーター。

戻り値