IWithAttach<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 final stage of the webhook definition. At this stage, any remaining optional settings can be specified, or the webhook definition can be attached to the parent container group definition.
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithDefaultStatus<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithRepositoriesScope<ParentT>, Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateDefinition.IWithTags<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
interface IWithCustomHeaders<'ParentT>
interface IWithRepositoriesScope<'ParentT>
interface IWithDefaultStatus<'ParentT>
interface IWithTags<'ParentT>
interface IInUpdate<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithCustomHeaders(Of ParentT), IWithDefaultStatus(Of ParentT), IWithRepositoriesScope(Of ParentT), IWithTags(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
Enabled(Boolean) |
Specifies the default status of the webhook; default is "enabled". (Inherited from IWithDefaultStatus<ParentT>) |
WithCustomHeader(String, String) |
Specifies a custom header that will be added to notifications. Consecutive calls to this method will add additional headers. (Inherited from IWithCustomHeaders<ParentT>) |
WithCustomHeaders(IDictionary<String,String>) |
Specifies the custom headers that will be added to the notifications. (Inherited from IWithCustomHeaders<ParentT>) |
WithRepositoriesScope(String) |
Specifies 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. (Inherited from IWithRepositoriesScope<ParentT>) |
WithTag(String, String) |
Adds a tag to the webhook. (Inherited from IWithTags<ParentT>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the webhook. (Inherited from IWithTags<ParentT>) |
Applies to
Azure SDK for .NET