| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookReceiver |
WebhookReceiver.withIdentifierUri(String identifierUri)
Set the identifierUri property: Indicates the identifier uri for aad auth.
|
WebhookReceiver |
WebhookReceiver.withName(String name)
Set the name property: The name of the webhook receiver.
|
WebhookReceiver |
WebhookReceiver.withObjectId(String objectId)
Set the objectId property: Indicates the webhook app object Id for aad auth.
|
WebhookReceiver |
WebhookReceiver.withServiceUri(String serviceUri)
Set the serviceUri property: The URI where webhooks should be sent.
|
WebhookReceiver |
WebhookReceiver.withTenantId(String tenantId)
Set the tenantId property: Indicates the tenant id for aad auth.
|
WebhookReceiver |
WebhookReceiver.withUseAadAuth(Boolean useAadAuth)
Set the useAadAuth property: Indicates whether or not use AAD authentication.
|
WebhookReceiver |
WebhookReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)
Set the useCommonAlertSchema property: Indicates whether to use common alert schema.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.