MonitoringTagRulesInner Class

public final class MonitoringTagRulesInner
extends ProxyResource

Capture logs and metrics of Azure resources based on ARM tags.

Constructor Summary

Constructor Description
MonitoringTagRulesInner()

Creates an instance of MonitoringTagRulesInner class.

Method Summary

Modifier and Type Method and Description
MonitoringTagRulesProperties properties()

Get the properties property: Definition of the properties for a TagRules resource.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

MonitoringTagRulesInner withProperties(MonitoringTagRulesProperties properties)

Set the properties property: Definition of the properties for a TagRules resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

MonitoringTagRulesInner

public MonitoringTagRulesInner()

Creates an instance of MonitoringTagRulesInner class.

Method Details

properties

public MonitoringTagRulesProperties properties()

Get the properties property: Definition of the properties for a TagRules resource.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public MonitoringTagRulesInner withProperties(MonitoringTagRulesProperties properties)

Set the properties property: Definition of the properties for a TagRules resource.

Parameters:

properties - the properties value to set.

Returns:

the MonitoringTagRulesInner object itself.

Applies to