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

137 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate"
name: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate"
summary: "The stage of a activity log alerts update allowing to modify settings."
syntax: "public static interface **ActivityLogAlert.UpdateStages.WithActivityLogUpdate**"
methods:
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withActionGroups(java.lang.String...)"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withActionGroups(String[] actionGroupId)"
name: "withActionGroups(String[] actionGroupId)"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withActionGroups(String[] actionGroupId)"
summary: "Sets the actions that will activate when the condition is met."
modifiers:
- "abstract"
parameters:
- description: "resource Ids of the <xref uid=\"com.microsoft.azure.management.monitor.ActionGroup\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ActionGroup\"></xref>."
name: "actionGroupId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public abstract ActivityLogAlert.Update withActionGroups(String[] actionGroupId)"
desc: "Sets the actions that will activate when the condition is met."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withDescription(String description)"
summary: "Sets description for activity log alert."
modifiers:
- "abstract"
parameters:
- description: "Human readable text description of the activity log alert."
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ActivityLogAlert.Update withDescription(String description)"
desc: "Sets description for activity log alert."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsCondition(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsCondition(String field, String equals)"
name: "withEqualsCondition(String field, String equals)"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsCondition(String field, String equals)"
summary: "Adds a condition that will cause this alert to activate."
modifiers:
- "abstract"
parameters:
- description: "Set the name of the field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties.'."
name: "field"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Set the field value will be compared to this value (case-insensitive) to determine if the condition is met."
name: "equals"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ActivityLogAlert.Update withEqualsCondition(String field, String equals)"
desc: "Adds a condition that will cause this alert to activate."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsConditions(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsConditions(Map<String,String> fieldEqualsMap)"
name: "withEqualsConditions(Map<String,String> fieldEqualsMap)"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsConditions(Map<String,String> fieldEqualsMap)"
summary: "Sets all the conditions that will cause this alert to activate."
modifiers:
- "abstract"
parameters:
- description: "Set the names of the field that this condition will examine and their values to be compared to."
name: "fieldEqualsMap"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ActivityLogAlert.Update withEqualsConditions(Map<String,String> fieldEqualsMap)"
desc: "Sets all the conditions that will cause this alert to activate."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleDisabled()"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleDisabled()"
name: "withRuleDisabled()"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleDisabled()"
summary: "Sets activity log alert as disabled."
modifiers:
- "abstract"
syntax: "public abstract ActivityLogAlert.Update withRuleDisabled()"
desc: "Sets activity log alert as disabled."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleEnabled()"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleEnabled()"
name: "withRuleEnabled()"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleEnabled()"
summary: "Sets activity log alert as enabled."
modifiers:
- "abstract"
syntax: "public abstract ActivityLogAlert.Update withRuleEnabled()"
desc: "Sets activity log alert as enabled."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutActionGroup(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutActionGroup(String actionGroupId)"
name: "withoutActionGroup(String actionGroupId)"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutActionGroup(String actionGroupId)"
summary: "Removes the specified action group from the actions list."
modifiers:
- "abstract"
parameters:
- description: "resource Id of the <xref uid=\"com.microsoft.azure.management.monitor.ActionGroup\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ActionGroup\"></xref> to remove."
name: "actionGroupId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ActivityLogAlert.Update withoutActionGroup(String actionGroupId)"
desc: "Removes the specified action group from the actions list."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutEqualsCondition(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutEqualsCondition(String field)"
name: "withoutEqualsCondition(String field)"
nameWithType: "ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutEqualsCondition(String field)"
summary: "Removes a condition from the list of conditions."
modifiers:
- "abstract"
parameters:
- description: "the name of the field that was used for condition examination."
name: "field"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ActivityLogAlert.Update withoutEqualsCondition(String field)"
desc: "Removes a condition from the list of conditions."
returns:
description: "the next stage of the activity log alert update."
type: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlert.Update?alt=com.microsoft.azure.management.monitor.ActivityLogAlert.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of a activity log alerts update allowing to modify settings."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4