IEncodedTaskRunRequestStepAttachable 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 IEncodedTaskRunRequestStepAttachable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation>
type IEncodedTaskRunRequestStepAttachable = interface
    interface IAttachable<IRunRequestExecutableWithSourceLocation>
Public Interface IEncodedTaskRunRequestStepAttachable
Implements IAttachable(Of IRunRequestExecutableWithSourceLocation)
Derived
Implements

Methods

Attach()

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

(Inherited from IAttachable<ParentT>)
WithBase64EncodedValueContent(String)

The function that specifies the base64 encoded values content.

WithOverridingValue(String, OverridingValue)

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

WithOverridingValues(IDictionary<String,OverridingValue>)

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

Applies to