Condividi tramite


IDockerTaskStepAttachable Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

public interface IDockerTaskStepAttachable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ISourceTriggerDefinition>
type IDockerTaskStepAttachable = interface
    interface IAttachable<ISourceTriggerDefinition>
Public Interface IDockerTaskStepAttachable
Implements IAttachable(Of ISourceTriggerDefinition)
Derived
Implements

Methods

Attach()

Attaches this child object's definition to its parent's definition.

(Inherited from IAttachable<ParentT>)
WithCacheEnabled(Boolean)

The function that specifies the use of a cache based on user input parameter.

WithImageNames(IList<String>)

The function that specifies the list of image names.

WithOverridingArgument(String, OverridingArgument)

The function that specifies the overriding argument and what it will override.

WithOverridingArguments(IDictionary<String,OverridingArgument>)

The function that specifies the overriding arguments and what they will override.

WithPushEnabled(Boolean)

The function that enables push depending on user input parameter.

Applies to