IWithRepositoriesScope<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.
public interface IWithRepositoriesScope<ParentT>
type IWithRepositoriesScope<'ParentT> = interface
Public Interface IWithRepositoriesScope(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
Methods
WithRepositoriesScope(String) |
Updates 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. |
Applies to
Azure SDK for .NET