| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Webhook.Definition |
The entirety of the Webhook definition.
|
| Modifier and Type | Method | Description |
|---|---|---|
Webhook.DefinitionStages.WithCreate |
Webhook.DefinitionStages.WithCustomHeaders.withCustomHeaders(Map<String,String> customHeaders) |
Specifies customHeaders.
|
Webhook.DefinitionStages.WithCreate |
Webhook.DefinitionStages.WithScope.withScope(String scope) |
Specifies scope.
|
Webhook.DefinitionStages.WithCreate |
Webhook.DefinitionStages.WithServiceUri.withServiceUri(String serviceUri) |
Specifies serviceUri.
|
Webhook.DefinitionStages.WithCreate |
Webhook.DefinitionStages.WithStatus.withStatus(WebhookStatus status) |
Specifies status.
|
Webhook.DefinitionStages.WithCreate |
Webhook.DefinitionStages.WithTags.withTags(Map<String,String> tags) |
Specifies tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/