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

70 строки
3.6 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.enabled()
name: enabled()
nameWithType: ActivityLogAlertPatchBody.enabled()
returns:
description: <p>the enabled value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>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.</p>
<p></p>
syntax: public Boolean enabled()
uid: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.enabled()
- fullName: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.tags()
name: tags()
nameWithType: ActivityLogAlertPatchBody.tags()
returns:
description: <p>the tags value </p>
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get resource tags.</p>
<p></p>
syntax: public Map<String, String> tags()
uid: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.tags()
- fullName: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.withEnabled(Boolean enabled)
name: withEnabled(Boolean enabled)
nameWithType: ActivityLogAlertPatchBody.withEnabled(Boolean enabled)
parameters:
- description: <p>the enabled value to set </p>
name: enabled
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ActivityLogAlertPatchBody object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody?alt=com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody&text=ActivityLogAlertPatchBody" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set indicates whether this activity log alert is enabled. If an activity log alert is not enabled, then none of its actions will be activated.</p>
<p></p>
syntax: public ActivityLogAlertPatchBody withEnabled(Boolean enabled)
uid: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.withEnabled(Boolean)
- fullName: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.withTags(Map<String, String> tags)
name: withTags(Map<String, String> tags)
nameWithType: ActivityLogAlertPatchBody.withTags(Map<String, String> tags)
parameters:
- description: <p>the tags value to set </p>
name: tags
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ActivityLogAlertPatchBody object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody?alt=com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody&text=ActivityLogAlertPatchBody" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set resource tags.</p>
<p></p>
syntax: public ActivityLogAlertPatchBody withTags(Map<String, String> tags)
uid: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.withTags(Map<String, String>)
nameWithType: ActivityLogAlertPatchBody
syntax: public class ActivityLogAlertPatchBody
type: class
uid: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody
fullName: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody
name: ActivityLogAlertPatchBody
package: com.microsoft.azure.management.monitor
summary: <p>An activity log alert object for the body of patch operations. </p>
metadata: {}