public class AutomationRunbookReceiver extends Object
Constructor and Description |
---|
AutomationRunbookReceiver() |
Modifier and Type | Method and Description |
---|---|
String |
automationAccountId()
Get the Azure automation account Id which holds this runbook and authenticate to Azure resource.
|
boolean |
isGlobalRunbook()
Get indicates whether this instance is global runbook.
|
String |
name()
Get indicates name of the webhook.
|
String |
runbookName()
Get the name for this runbook.
|
String |
serviceUri()
Get the URI where webhooks should be sent.
|
String |
webhookResourceId()
Get the resource id for webhook linked to this runbook.
|
AutomationRunbookReceiver |
withAutomationAccountId(String automationAccountId)
Set the Azure automation account Id which holds this runbook and authenticate to Azure resource.
|
AutomationRunbookReceiver |
withIsGlobalRunbook(boolean isGlobalRunbook)
Set indicates whether this instance is global runbook.
|
AutomationRunbookReceiver |
withName(String name)
Set indicates name of the webhook.
|
AutomationRunbookReceiver |
withRunbookName(String runbookName)
Set the name for this runbook.
|
AutomationRunbookReceiver |
withServiceUri(String serviceUri)
Set the URI where webhooks should be sent.
|
AutomationRunbookReceiver |
withWebhookResourceId(String webhookResourceId)
Set the resource id for webhook linked to this runbook.
|
public String automationAccountId()
public AutomationRunbookReceiver withAutomationAccountId(String automationAccountId)
automationAccountId
- the automationAccountId value to setpublic String runbookName()
public AutomationRunbookReceiver withRunbookName(String runbookName)
runbookName
- the runbookName value to setpublic String webhookResourceId()
public AutomationRunbookReceiver withWebhookResourceId(String webhookResourceId)
webhookResourceId
- the webhookResourceId value to setpublic boolean isGlobalRunbook()
public AutomationRunbookReceiver withIsGlobalRunbook(boolean isGlobalRunbook)
isGlobalRunbook
- the isGlobalRunbook value to setpublic String name()
public AutomationRunbookReceiver withName(String name)
name
- the name value to setpublic String serviceUri()
public AutomationRunbookReceiver withServiceUri(String serviceUri)
serviceUri
- the serviceUri value to setCopyright © 2019. All rights reserved.