azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

127 строки
6.9 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.azure.management.monitor.Action?alt=com.microsoft.azure.management.monitor.Action&text=Action" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.AlertingAction.aznsAction()
name: aznsAction()
nameWithType: AlertingAction.aznsAction()
returns:
description: <p>the aznsAction value </p>
type: <xref href="com.microsoft.azure.management.monitor.AzNsActionGroup?alt=com.microsoft.azure.management.monitor.AzNsActionGroup&text=AzNsActionGroup" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get azure action group reference.</p>
<p></p>
syntax: public AzNsActionGroup aznsAction()
uid: com.microsoft.azure.management.monitor.AlertingAction.aznsAction()
- fullName: com.microsoft.azure.management.monitor.AlertingAction.severity()
name: severity()
nameWithType: AlertingAction.severity()
returns:
description: <p>the severity value </p>
type: <xref href="com.microsoft.azure.management.monitor.AlertSeverity?alt=com.microsoft.azure.management.monitor.AlertSeverity&text=AlertSeverity" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get severity of the alert. Possible values include: '0', '1', '2', '3', '4'.</p>
<p></p>
syntax: public AlertSeverity severity()
uid: com.microsoft.azure.management.monitor.AlertingAction.severity()
- fullName: com.microsoft.azure.management.monitor.AlertingAction.throttlingInMin()
name: throttlingInMin()
nameWithType: AlertingAction.throttlingInMin()
returns:
description: <p>the throttlingInMin value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get time (in minutes) for which Alerts should be throttled or suppressed.</p>
<p></p>
syntax: public Integer throttlingInMin()
uid: com.microsoft.azure.management.monitor.AlertingAction.throttlingInMin()
- fullName: com.microsoft.azure.management.monitor.AlertingAction.trigger()
name: trigger()
nameWithType: AlertingAction.trigger()
returns:
description: <p>the trigger value </p>
type: <xref href="com.microsoft.azure.management.monitor.TriggerCondition?alt=com.microsoft.azure.management.monitor.TriggerCondition&text=TriggerCondition" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the trigger condition that results in the alert rule being.</p>
<p></p>
syntax: public TriggerCondition trigger()
uid: com.microsoft.azure.management.monitor.AlertingAction.trigger()
- fullName: com.microsoft.azure.management.monitor.AlertingAction.withAznsAction(AzNsActionGroup aznsAction)
name: withAznsAction(AzNsActionGroup aznsAction)
nameWithType: AlertingAction.withAznsAction(AzNsActionGroup aznsAction)
parameters:
- description: <p>the aznsAction value to set </p>
name: aznsAction
type: <xref href="com.microsoft.azure.management.monitor.AzNsActionGroup?alt=com.microsoft.azure.management.monitor.AzNsActionGroup&text=AzNsActionGroup" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AlertingAction object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.AlertingAction?alt=com.microsoft.azure.management.monitor.AlertingAction&text=AlertingAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set azure action group reference.</p>
<p></p>
syntax: public AlertingAction withAznsAction(AzNsActionGroup aznsAction)
uid: com.microsoft.azure.management.monitor.AlertingAction.withAznsAction(AzNsActionGroup)
- fullName: com.microsoft.azure.management.monitor.AlertingAction.withSeverity(AlertSeverity severity)
name: withSeverity(AlertSeverity severity)
nameWithType: AlertingAction.withSeverity(AlertSeverity severity)
parameters:
- description: <p>the severity value to set </p>
name: severity
type: <xref href="com.microsoft.azure.management.monitor.AlertSeverity?alt=com.microsoft.azure.management.monitor.AlertSeverity&text=AlertSeverity" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AlertingAction object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.AlertingAction?alt=com.microsoft.azure.management.monitor.AlertingAction&text=AlertingAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set severity of the alert. Possible values include: '0', '1', '2', '3', '4'.</p>
<p></p>
syntax: public AlertingAction withSeverity(AlertSeverity severity)
uid: com.microsoft.azure.management.monitor.AlertingAction.withSeverity(AlertSeverity)
- fullName: com.microsoft.azure.management.monitor.AlertingAction.withThrottlingInMin(Integer throttlingInMin)
name: withThrottlingInMin(Integer throttlingInMin)
nameWithType: AlertingAction.withThrottlingInMin(Integer throttlingInMin)
parameters:
- description: <p>the throttlingInMin value to set </p>
name: throttlingInMin
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AlertingAction object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.AlertingAction?alt=com.microsoft.azure.management.monitor.AlertingAction&text=AlertingAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set time (in minutes) for which Alerts should be throttled or suppressed.</p>
<p></p>
syntax: public AlertingAction withThrottlingInMin(Integer throttlingInMin)
uid: com.microsoft.azure.management.monitor.AlertingAction.withThrottlingInMin(Integer)
- fullName: com.microsoft.azure.management.monitor.AlertingAction.withTrigger(TriggerCondition trigger)
name: withTrigger(TriggerCondition trigger)
nameWithType: AlertingAction.withTrigger(TriggerCondition trigger)
parameters:
- description: <p>the trigger value to set </p>
name: trigger
type: <xref href="com.microsoft.azure.management.monitor.TriggerCondition?alt=com.microsoft.azure.management.monitor.TriggerCondition&text=TriggerCondition" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AlertingAction object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.AlertingAction?alt=com.microsoft.azure.management.monitor.AlertingAction&text=AlertingAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the trigger condition that results in the alert rule being.</p>
<p></p>
syntax: public AlertingAction withTrigger(TriggerCondition trigger)
uid: com.microsoft.azure.management.monitor.AlertingAction.withTrigger(TriggerCondition)
nameWithType: AlertingAction
syntax: public class AlertingAction extends Action
type: class
uid: com.microsoft.azure.management.monitor.AlertingAction
fullName: com.microsoft.azure.management.monitor.AlertingAction
name: AlertingAction
package: com.microsoft.azure.management.monitor
summary: <p>Specify action need to be taken when rule type is Alert. </p>
metadata: {}