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

204 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.WebhookReceiver"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver"
name: "WebhookReceiver"
nameWithType: "WebhookReceiver"
summary: "A webhook 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 **WebhookReceiver**"
constructors:
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.WebhookReceiver()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.WebhookReceiver()"
name: "WebhookReceiver()"
nameWithType: "WebhookReceiver.WebhookReceiver()"
syntax: "public WebhookReceiver()"
methods:
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.identifierUri()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.identifierUri()"
name: "identifierUri()"
nameWithType: "WebhookReceiver.identifierUri()"
summary: "Get indicates the identifier uri for aad auth."
syntax: "public String identifierUri()"
desc: "Get indicates the identifier uri for aad auth."
returns:
description: "the identifierUri 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.WebhookReceiver.name()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.name()"
name: "name()"
nameWithType: "WebhookReceiver.name()"
summary: "Get the name of the webhook receiver."
syntax: "public String name()"
desc: "Get the name of the webhook receiver. Names must be unique across all receivers within an action group."
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.WebhookReceiver.objectId()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.objectId()"
name: "objectId()"
nameWithType: "WebhookReceiver.objectId()"
summary: "Get indicates the webhook app object Id for aad auth."
syntax: "public String objectId()"
desc: "Get indicates the webhook app object Id for aad auth."
returns:
description: "the objectId 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.WebhookReceiver.serviceUri()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.serviceUri()"
name: "serviceUri()"
nameWithType: "WebhookReceiver.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.WebhookReceiver.tenantId()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.tenantId()"
name: "tenantId()"
nameWithType: "WebhookReceiver.tenantId()"
summary: "Get indicates the tenant id for aad auth."
syntax: "public String tenantId()"
desc: "Get indicates the tenant id for aad auth."
returns:
description: "the tenantId 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.WebhookReceiver.useAadAuth()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.useAadAuth()"
name: "useAadAuth()"
nameWithType: "WebhookReceiver.useAadAuth()"
summary: "Get indicates whether or not use AAD authentication."
syntax: "public Boolean useAadAuth()"
desc: "Get indicates whether or not use AAD authentication."
returns:
description: "the useAadAuth value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.useCommonAlertSchema()"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.useCommonAlertSchema()"
name: "useCommonAlertSchema()"
nameWithType: "WebhookReceiver.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.WebhookReceiver.withIdentifierUri(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.withIdentifierUri(String identifierUri)"
name: "withIdentifierUri(String identifierUri)"
nameWithType: "WebhookReceiver.withIdentifierUri(String identifierUri)"
summary: "Set indicates the identifier uri for aad auth."
parameters:
- description: "the identifierUri value to set"
name: "identifierUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebhookReceiver withIdentifierUri(String identifierUri)"
desc: "Set indicates the identifier uri for aad auth."
returns:
description: "the WebhookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.WebhookReceiver?alt=com.microsoft.azure.management.monitor.WebhookReceiver&text=WebhookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.withName(String name)"
name: "withName(String name)"
nameWithType: "WebhookReceiver.withName(String name)"
summary: "Set the name of the webhook receiver."
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 WebhookReceiver withName(String name)"
desc: "Set the name of the webhook receiver. Names must be unique across all receivers within an action group."
returns:
description: "the WebhookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.WebhookReceiver?alt=com.microsoft.azure.management.monitor.WebhookReceiver&text=WebhookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.withObjectId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.withObjectId(String objectId)"
name: "withObjectId(String objectId)"
nameWithType: "WebhookReceiver.withObjectId(String objectId)"
summary: "Set indicates the webhook app object Id for aad auth."
parameters:
- description: "the objectId value to set"
name: "objectId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebhookReceiver withObjectId(String objectId)"
desc: "Set indicates the webhook app object Id for aad auth."
returns:
description: "the WebhookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.WebhookReceiver?alt=com.microsoft.azure.management.monitor.WebhookReceiver&text=WebhookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.withServiceUri(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.withServiceUri(String serviceUri)"
name: "withServiceUri(String serviceUri)"
nameWithType: "WebhookReceiver.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 WebhookReceiver withServiceUri(String serviceUri)"
desc: "Set the URI where webhooks should be sent."
returns:
description: "the WebhookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.WebhookReceiver?alt=com.microsoft.azure.management.monitor.WebhookReceiver&text=WebhookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.withTenantId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.withTenantId(String tenantId)"
name: "withTenantId(String tenantId)"
nameWithType: "WebhookReceiver.withTenantId(String tenantId)"
summary: "Set indicates the tenant id for aad auth."
parameters:
- description: "the tenantId value to set"
name: "tenantId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebhookReceiver withTenantId(String tenantId)"
desc: "Set indicates the tenant id for aad auth."
returns:
description: "the WebhookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.WebhookReceiver?alt=com.microsoft.azure.management.monitor.WebhookReceiver&text=WebhookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.withUseAadAuth(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.withUseAadAuth(Boolean useAadAuth)"
name: "withUseAadAuth(Boolean useAadAuth)"
nameWithType: "WebhookReceiver.withUseAadAuth(Boolean useAadAuth)"
summary: "Set indicates whether or not use AAD authentication."
parameters:
- description: "the useAadAuth value to set"
name: "useAadAuth"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebhookReceiver withUseAadAuth(Boolean useAadAuth)"
desc: "Set indicates whether or not use AAD authentication."
returns:
description: "the WebhookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.WebhookReceiver?alt=com.microsoft.azure.management.monitor.WebhookReceiver&text=WebhookReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.WebhookReceiver.withUseCommonAlertSchema(boolean)"
fullName: "com.microsoft.azure.management.monitor.WebhookReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)"
name: "withUseCommonAlertSchema(boolean useCommonAlertSchema)"
nameWithType: "WebhookReceiver.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 WebhookReceiver withUseCommonAlertSchema(boolean useCommonAlertSchema)"
desc: "Set indicates whether to use common alert schema."
returns:
description: "the WebhookReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.WebhookReceiver?alt=com.microsoft.azure.management.monitor.WebhookReceiver&text=WebhookReceiver\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A webhook receiver."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4