TagRulesClient Interface
public interface TagRulesClient
An instance of this class provides access to all the operations defined in TagRulesClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String monitorName, String ruleSetName)
Delete a tag rule set for a given monitor resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String monitorName, String ruleSetName, Context context)
Delete a tag rule set for a given monitor resource.
Parameters:
Returns:
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:
delete
public abstract void delete(String resourceGroupName, String monitorName, String ruleSetName)
Delete a tag rule set for a given monitor resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String monitorName, String ruleSetName, Context context)
Delete a tag rule set for a given monitor resource.
Parameters:
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: