Share via


IDefinition Interface

Definition

Container interface for all the definitions related to a RegistryFileTaskStep.

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

(Inherited from IFileTaskStepAttachable)
WithOverridingValues(IDictionary<String,OverridingValue>)

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

(Inherited from IFileTaskStepAttachable)
WithTaskPath(String)

The function that specifies the path to the task file.

(Inherited from IFileTaskPath)
WithValuesPath(String)

The function that specifies the path to the values.

(Inherited from IFileTaskStepAttachable)

Applies to