public final class AzNsActionGroup extends Object
| Constructor and Description |
|---|
AzNsActionGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
actionGroup()
Get the actionGroup property: Azure Action Group reference.
|
String |
customWebhookPayload()
Get the customWebhookPayload property: Custom payload to be sent for all webhook URI in Azure action group.
|
String |
emailSubject()
Get the emailSubject property: Custom subject override for all email ids in Azure action group.
|
void |
validate()
Validates the instance.
|
AzNsActionGroup |
withActionGroup(List<String> actionGroup)
Set the actionGroup property: Azure Action Group reference.
|
AzNsActionGroup |
withCustomWebhookPayload(String customWebhookPayload)
Set the customWebhookPayload property: Custom payload to be sent for all webhook URI in Azure action group.
|
AzNsActionGroup |
withEmailSubject(String emailSubject)
Set the emailSubject property: Custom subject override for all email ids in Azure action group.
|
public List<String> actionGroup()
public AzNsActionGroup withActionGroup(List<String> actionGroup)
actionGroup - the actionGroup value to set.public String emailSubject()
public AzNsActionGroup withEmailSubject(String emailSubject)
emailSubject - the emailSubject value to set.public String customWebhookPayload()
public AzNsActionGroup withCustomWebhookPayload(String customWebhookPayload)
customWebhookPayload - the customWebhookPayload value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.