azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

78 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlert"
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlert"
name: "ActivityLogAlert"
nameWithType: "ActivityLogAlert"
summary: "An immutable client-side representation of an Azure Activity Log Alert."
syntax: "public interface **ActivityLogAlert**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.MonitorManager?alt=com.azure.resourcemanager.monitor.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.resourcemanager.monitor.fluent.models.ActivityLogAlertResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.ActivityLogAlertResourceInner&text=ActivityLogAlertResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Refreshable?alt=com.azure.resourcemanager.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.ActivityLogAlert?alt=com.azure.resourcemanager.monitor.models.ActivityLogAlert&text=ActivityLogAlert\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Updatable?alt=com.azure.resourcemanager.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.ActivityLogAlert.Update?alt=com.azure.resourcemanager.monitor.models.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.actionGroupIds()"
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.actionGroupIds()"
name: "actionGroupIds()"
nameWithType: "ActivityLogAlert.actionGroupIds()"
summary: "Get the actions that will activate when the condition is met."
modifiers:
- "abstract"
syntax: "public abstract Collection<String> actionGroupIds()"
desc: "Get the actions that will activate when the condition is met."
returns:
description: "the actions value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.description()"
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.description()"
name: "description()"
nameWithType: "ActivityLogAlert.description()"
summary: "Get a description of this activity log alert."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Get a description of this activity log alert."
returns:
description: "the description value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.enabled()"
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.enabled()"
name: "enabled()"
nameWithType: "ActivityLogAlert.enabled()"
summary: "Get indicates whether this activity log alert is enabled."
modifiers:
- "abstract"
syntax: "public abstract Boolean enabled()"
desc: "Get indicates whether this activity log alert is enabled. If an activity log alert is not enabled, then none of its actions will be activated."
returns:
description: "the enabled value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.equalsConditions()"
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.equalsConditions()"
name: "equalsConditions()"
nameWithType: "ActivityLogAlert.equalsConditions()"
summary: "Get the condition that will cause this alert to activate."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> equalsConditions()"
desc: "Get the condition that will cause this alert to activate."
returns:
description: "the condition value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.scopes()"
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlert.scopes()"
name: "scopes()"
nameWithType: "ActivityLogAlert.scopes()"
summary: "Get a list of resource<wbr>Ids that will be used as prefixes."
modifiers:
- "abstract"
syntax: "public abstract Collection<String> scopes()"
desc: "Get a list of resourceIds that will be used as prefixes. The alert will only apply to activityLogs with resourceIds that fall under one of these prefixes. This list must include at least one item."
returns:
description: "the scopes value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure Activity Log Alert."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.MonitorManager?alt=com.azure.resourcemanager.monitor.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.resourcemanager.monitor.fluent.models.ActivityLogAlertResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.ActivityLogAlertResourceInner&text=ActivityLogAlertResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Refreshable?alt=com.azure.resourcemanager.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.ActivityLogAlert?alt=com.azure.resourcemanager.monitor.models.ActivityLogAlert&text=ActivityLogAlert\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Updatable?alt=com.azure.resourcemanager.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.ActivityLogAlert.Update?alt=com.azure.resourcemanager.monitor.models.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0