TagRules Interface
public interface TagRules
Resource collection API of TagRules.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Monitoring |
|
abstract
Monitoring |
get(String resourceGroupName, String monitorName, String ruleSetName)
Get a tag rule set for a given monitor resource. |
|
abstract
Monitoring |
getById(String id)
Get a tag rule set for a given monitor resource. |
|
abstract
Response<Monitoring |
getByIdWithResponse(String id, Context context)
Get a tag rule set for a given monitor resource. |
|
abstract
Response<Monitoring |
getWithResponse(String resourceGroupName, String monitorName, String ruleSetName, Context context)
Get a tag rule set for a given monitor resource. |
|
abstract
Paged |
list(String resourceGroupName, String monitorName)
List the tag rules for a given monitor resource. |
|
abstract
Paged |
list(String resourceGroupName, String monitorName, Context context)
List the tag rules for a given monitor resource. |
Method Details
define
public abstract MonitoringTagRules.DefinitionStages.Blank define(String name)
Begins definition for a new MonitoringTagRules resource.
Parameters:
Returns:
get
public abstract MonitoringTagRules get(String resourceGroupName, String monitorName, String ruleSetName)
Get a tag rule set for a given monitor resource.
Parameters:
Returns:
getById
public abstract MonitoringTagRules getById(String id)
Get a tag rule set for a given monitor resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<MonitoringTagRules> getByIdWithResponse(String id, Context context)
Get a tag rule set for a given monitor resource.
Parameters:
Returns:
getWithResponse
public abstract Response<MonitoringTagRules> 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<MonitoringTagRules> list(String resourceGroupName, String monitorName)
List the tag rules for a given monitor resource.
Parameters:
Returns:
list
public abstract PagedIterable<MonitoringTagRules> list(String resourceGroupName, String monitorName, Context context)
List the tag rules for a given monitor resource.
Parameters:
Returns: