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

Methods

Attach()

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

(Inherited from IAttachable<ParentT>)
WithOverridingValue(String, OverridingValue)

The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().

WithOverridingValues(IDictionary<String,OverridingValue>)

The function that specifies the values that override the corresponding values specified under the function withValuesPath().

WithValuesPath(String)

The function that specifies the path to the values.

Applies to