70 строки
3.5 KiB
YAML
70 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.monitor.ActionGroupPatchBody.enabled()
|
|
name: enabled()
|
|
nameWithType: ActionGroupPatchBody.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 action group is enabled. If an action group is not enabled, then none of its actions will be activated.</p>
|
|
|
|
<p></p>
|
|
syntax: public Boolean enabled()
|
|
uid: com.microsoft.azure.management.monitor.ActionGroupPatchBody.enabled()
|
|
- fullName: com.microsoft.azure.management.monitor.ActionGroupPatchBody.tags()
|
|
name: tags()
|
|
nameWithType: ActionGroupPatchBody.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.ActionGroupPatchBody.tags()
|
|
- fullName: com.microsoft.azure.management.monitor.ActionGroupPatchBody.withEnabled(Boolean enabled)
|
|
name: withEnabled(Boolean enabled)
|
|
nameWithType: ActionGroupPatchBody.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 ActionGroupPatchBody object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.monitor.ActionGroupPatchBody?alt=com.microsoft.azure.management.monitor.ActionGroupPatchBody&text=ActionGroupPatchBody" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.</p>
|
|
|
|
<p></p>
|
|
syntax: public ActionGroupPatchBody withEnabled(Boolean enabled)
|
|
uid: com.microsoft.azure.management.monitor.ActionGroupPatchBody.withEnabled(Boolean)
|
|
- fullName: com.microsoft.azure.management.monitor.ActionGroupPatchBody.withTags(Map<String, String> tags)
|
|
name: withTags(Map<String, String> tags)
|
|
nameWithType: ActionGroupPatchBody.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 ActionGroupPatchBody object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.monitor.ActionGroupPatchBody?alt=com.microsoft.azure.management.monitor.ActionGroupPatchBody&text=ActionGroupPatchBody" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set resource tags.</p>
|
|
|
|
<p></p>
|
|
syntax: public ActionGroupPatchBody withTags(Map<String, String> tags)
|
|
uid: com.microsoft.azure.management.monitor.ActionGroupPatchBody.withTags(Map<String, String>)
|
|
nameWithType: ActionGroupPatchBody
|
|
syntax: public class ActionGroupPatchBody
|
|
type: class
|
|
uid: com.microsoft.azure.management.monitor.ActionGroupPatchBody
|
|
fullName: com.microsoft.azure.management.monitor.ActionGroupPatchBody
|
|
name: ActionGroupPatchBody
|
|
package: com.microsoft.azure.management.monitor
|
|
summary: <p>An action group object for the body of patch operations. </p>
|
|
metadata: {}
|