TagRulesClient Interface
public interface TagRulesClient
An instance of this class provides access to all the operations defined in TagRulesClient.
Method Summary
Method Details
createOrUpdate
public abstract MonitoringTagRulesInner createOrUpdate(String resourceGroupName, String monitorName, String ruleSetName)
Create or update a tag rule set for a given monitor resource.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<MonitoringTagRulesInner> createOrUpdateWithResponse(String resourceGroupName, String monitorName, String ruleSetName, MonitoringTagRulesInner body, Context context)
Create or update a tag rule set for a given monitor resource.
Parameters:
Returns:
get
public abstract MonitoringTagRulesInner get(String resourceGroupName, String monitorName, String ruleSetName)
Get a tag rule set for a given monitor resource.
Parameters:
Returns:
getWithResponse
public abstract Response<MonitoringTagRulesInner> getWithResponse(String resourceGroupName, String monitorName, String ruleSetName, Context context)
Get a tag rule set for a given monitor resource.
Parameters:
Returns:
list
public abstract PagedIterable<MonitoringTagRulesInner> list(String resourceGroupName, String monitorName)
List the tag rules for a given monitor resource.
Parameters:
Returns:
list
public abstract PagedIterable<MonitoringTagRulesInner> list(String resourceGroupName, String monitorName, Context context)
List the tag rules for a given monitor resource.
Parameters:
Returns: