TagRulesOperations interface

Interface representing a TagRules operations.

Properties

createOrUpdate

Create or update a tag rule set for a given monitor resource.

get

Get a tag rule set for a given monitor resource.

list

List the tag rules for a given monitor resource.

Property Details

createOrUpdate

Create or update a tag rule set for a given monitor resource.

createOrUpdate: (resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesCreateOrUpdateOptionalParams) => Promise<MonitoringTagRules>

Property Value

(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesCreateOrUpdateOptionalParams) => Promise<MonitoringTagRules>

get

Get a tag rule set for a given monitor resource.

get: (resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesGetOptionalParams) => Promise<MonitoringTagRules>

Property Value

(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesGetOptionalParams) => Promise<MonitoringTagRules>

list

List the tag rules for a given monitor resource.

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

Property Value

(resourceGroupName: string, monitorName: string, options?: TagRulesListOptionalParams) => PagedAsyncIterableIterator<MonitoringTagRules, MonitoringTagRules[], PageSettings>