Share via


WebhookInner Class

Definition

An object that represents a webhook for a container registry.

[Microsoft.Rest.Serialization.JsonTransformation]
public class WebhookInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WebhookInner = class
    inherit Resource
Public Class WebhookInner
Inherits Resource
Inheritance
Attributes

Constructors

WebhookInner()

Initializes a new instance of the WebhookInner class.

WebhookInner(IList<String>, String, String, String, String, IDictionary<String,String>, String, String, String)

Initializes a new instance of the WebhookInner class.

Properties

Actions

Gets or sets the list of actions that trigger the webhook to post notifications.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

Gets the provisioning state of the webhook at the time the operation was called. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'

Scope

Gets or sets the scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events.

Status

Gets or sets the status of the webhook at the time the operation was called. Possible values include: 'enabled', 'disabled'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to