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

204 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver"
name: "AutomationRunbookReceiver"
nameWithType: "AutomationRunbookReceiver"
summary: "The Azure Automation Runbook notification receiver."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AutomationRunbookReceiver**"
constructors:
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.AutomationRunbookReceiver()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.AutomationRunbookReceiver()"
name: "AutomationRunbookReceiver()"
nameWithType: "AutomationRunbookReceiver.AutomationRunbookReceiver()"
syntax: "public AutomationRunbookReceiver()"
methods:
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.automationAccountId()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.automationAccountId()"
name: "automationAccountId()"
nameWithType: "AutomationRunbookReceiver.automationAccountId()"
summary: "Get the Azure automation account Id which holds this runbook and authenticate to Azure resource."
syntax: "public String automationAccountId()"
desc: "Get the Azure automation account Id which holds this runbook and authenticate to Azure resource."
returns:
description: "the automationAccountId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.isGlobalRunbook()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.isGlobalRunbook()"
name: "isGlobalRunbook()"
nameWithType: "AutomationRunbookReceiver.isGlobalRunbook()"
summary: "Get indicates whether this instance is global runbook."
syntax: "public boolean isGlobalRunbook()"
desc: "Get indicates whether this instance is global runbook."
returns:
description: "the isGlobalRunbook value"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.name()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.name()"
name: "name()"
nameWithType: "AutomationRunbookReceiver.name()"
summary: "Get indicates name of the webhook."
syntax: "public String name()"
desc: "Get indicates name of the webhook."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.runbookName()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.runbookName()"
name: "runbookName()"
nameWithType: "AutomationRunbookReceiver.runbookName()"
summary: "Get the name for this runbook."
syntax: "public String runbookName()"
desc: "Get the name for this runbook."
returns:
description: "the runbookName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.serviceUri()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.serviceUri()"
name: "serviceUri()"
nameWithType: "AutomationRunbookReceiver.serviceUri()"
summary: "Get the URI where webhooks should be sent."
syntax: "public String serviceUri()"
desc: "Get the URI where webhooks should be sent."
returns:
description: "the serviceUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.useCommonAlertSchema()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.useCommonAlertSchema()"
name: "useCommonAlertSchema()"
nameWithType: "AutomationRunbookReceiver.useCommonAlertSchema()"
summary: "Get indicates whether to use common alert schema."
syntax: "public boolean useCommonAlertSchema()"
desc: "Get indicates whether to use common alert schema."
returns:
description: "the useCommonAlertSchema value"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.webhookResourceId()"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.webhookResourceId()"
name: "webhookResourceId()"
nameWithType: "AutomationRunbookReceiver.webhookResourceId()"
summary: "Get the resource id for webhook linked to this runbook."
syntax: "public String webhookResourceId()"
desc: "Get the resource id for webhook linked to this runbook."
returns:
description: "the webhookResourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withAutomationAccountId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withAutomationAccountId(String automationAccountId)"
name: "withAutomationAccountId(String automationAccountId)"
nameWithType: "AutomationRunbookReceiver.withAutomationAccountId(String automationAccountId)"
summary: "Set the Azure automation account Id which holds this runbook and authenticate to Azure resource."
parameters:
- description: "the automationAccountId value to set"
name: "automationAccountId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomationRunbookReceiver withAutomationAccountId(String automationAccountId)"
desc: "Set the Azure automation account Id which holds this runbook and authenticate to Azure resource."
returns:
description: "the AutomationRunbookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutomationRunbookReceiver?alt=com.microsoft.azure.management.monitor.AutomationRunbookReceiver&text=AutomationRunbookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withIsGlobalRunbook(boolean)"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withIsGlobalRunbook(boolean isGlobalRunbook)"
name: "withIsGlobalRunbook(boolean isGlobalRunbook)"
nameWithType: "AutomationRunbookReceiver.withIsGlobalRunbook(boolean isGlobalRunbook)"
summary: "Set indicates whether this instance is global runbook."
parameters:
- description: "the isGlobalRunbook value to set"
name: "isGlobalRunbook"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomationRunbookReceiver withIsGlobalRunbook(boolean isGlobalRunbook)"
desc: "Set indicates whether this instance is global runbook."
returns:
description: "the AutomationRunbookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutomationRunbookReceiver?alt=com.microsoft.azure.management.monitor.AutomationRunbookReceiver&text=AutomationRunbookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withName(String name)"
name: "withName(String name)"
nameWithType: "AutomationRunbookReceiver.withName(String name)"
summary: "Set indicates name of the webhook."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomationRunbookReceiver withName(String name)"
desc: "Set indicates name of the webhook."
returns:
description: "the AutomationRunbookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutomationRunbookReceiver?alt=com.microsoft.azure.management.monitor.AutomationRunbookReceiver&text=AutomationRunbookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withRunbookName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withRunbookName(String runbookName)"
name: "withRunbookName(String runbookName)"
nameWithType: "AutomationRunbookReceiver.withRunbookName(String runbookName)"
summary: "Set the name for this runbook."
parameters:
- description: "the runbookName value to set"
name: "runbookName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomationRunbookReceiver withRunbookName(String runbookName)"
desc: "Set the name for this runbook."
returns:
description: "the AutomationRunbookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutomationRunbookReceiver?alt=com.microsoft.azure.management.monitor.AutomationRunbookReceiver&text=AutomationRunbookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withServiceUri(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withServiceUri(String serviceUri)"
name: "withServiceUri(String serviceUri)"
nameWithType: "AutomationRunbookReceiver.withServiceUri(String serviceUri)"
summary: "Set the URI where webhooks should be sent."
parameters:
- description: "the serviceUri value to set"
name: "serviceUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomationRunbookReceiver withServiceUri(String serviceUri)"
desc: "Set the URI where webhooks should be sent."
returns:
description: "the AutomationRunbookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutomationRunbookReceiver?alt=com.microsoft.azure.management.monitor.AutomationRunbookReceiver&text=AutomationRunbookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withUseCommonAlertSchema(boolean)"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)"
name: "withUseCommonAlertSchema(boolean useCommonAlertSchema)"
nameWithType: "AutomationRunbookReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)"
summary: "Set indicates whether to use common alert schema."
parameters:
- description: "the useCommonAlertSchema value to set"
name: "useCommonAlertSchema"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomationRunbookReceiver withUseCommonAlertSchema(boolean useCommonAlertSchema)"
desc: "Set indicates whether to use common alert schema."
returns:
description: "the AutomationRunbookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutomationRunbookReceiver?alt=com.microsoft.azure.management.monitor.AutomationRunbookReceiver&text=AutomationRunbookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withWebhookResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AutomationRunbookReceiver.withWebhookResourceId(String webhookResourceId)"
name: "withWebhookResourceId(String webhookResourceId)"
nameWithType: "AutomationRunbookReceiver.withWebhookResourceId(String webhookResourceId)"
summary: "Set the resource id for webhook linked to this runbook."
parameters:
- description: "the webhookResourceId value to set"
name: "webhookResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutomationRunbookReceiver withWebhookResourceId(String webhookResourceId)"
desc: "Set the resource id for webhook linked to this runbook."
returns:
description: "the AutomationRunbookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AutomationRunbookReceiver?alt=com.microsoft.azure.management.monitor.AutomationRunbookReceiver&text=AutomationRunbookReceiver\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Azure Automation Runbook notification receiver."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4