你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TagRules interface
表示 TagRules 的接口。
方法
方法详细信息
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
资源创建参数。
选项参数。
返回
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
资源创建参数。
选项参数。
返回
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
选项参数。
返回
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
选项参数。
返回
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
选项参数。
返回
Promise<TagRule>
list(string, string, TagRulesListOptionalParams)
列出所有 TagRule by monitorName
function list(resourceGroupName: string, monitorName: string, options?: TagRulesListOptionalParams): PagedAsyncIterableIterator<TagRule, TagRule[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- monitorName
-
string
监视资源名称
- options
- TagRulesListOptionalParams
选项参数。