IDockerTaskRunRequestStepAttachable 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 IDockerTaskRunRequestStepAttachable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation>
type IDockerTaskRunRequestStepAttachable = interface
    interface IAttachable<IRunRequestExecutableWithSourceLocation>
Public Interface IDockerTaskRunRequestStepAttachable
Implements IAttachable(Of IRunRequestExecutableWithSourceLocation)
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 a cache will be used or not.

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 specifies push is enabled or not.

Applies to