public static interface Webhook.DefinitionStages
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Webhook.DefinitionStages.Blank |
The first stage of a Webhook definition.
|
static interface |
Webhook.DefinitionStages.WithActions |
The stage of the webhook definition allowing to specify Actions.
|
static interface |
Webhook.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
Webhook.DefinitionStages.WithCustomHeaders |
The stage of the webhook definition allowing to specify CustomHeaders.
|
static interface |
Webhook.DefinitionStages.WithLocation |
The stage of the webhook definition allowing to specify Location.
|
static interface |
Webhook.DefinitionStages.WithRegistry |
The stage of the webhook definition allowing to specify Registry.
|
static interface |
Webhook.DefinitionStages.WithScope |
The stage of the webhook definition allowing to specify Scope.
|
static interface |
Webhook.DefinitionStages.WithServiceUri |
The stage of the webhook definition allowing to specify ServiceUri.
|
static interface |
Webhook.DefinitionStages.WithStatus |
The stage of the webhook definition allowing to specify Status.
|
static interface |
Webhook.DefinitionStages.WithTags |
The stage of the webhook definition allowing to specify Tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/