Condividi tramite


IDefinition Interface

Definition

Container interface for all the definitions related to a RegistryDockerTaskStep.

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

(Inherited from IDockerTaskStepAttachable)
WithDockerFilePath(String)

The function that specifies the path to the Docker file.

(Inherited from IDockerFilePath)
WithImageNames(IList<String>)

The function that specifies the list of image names.

(Inherited from IDockerTaskStepAttachable)
WithOverridingArgument(String, OverridingArgument)

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

(Inherited from IDockerTaskStepAttachable)
WithOverridingArguments(IDictionary<String,OverridingArgument>)

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

(Inherited from IDockerTaskStepAttachable)
WithPushEnabled(Boolean)

The function that enables push depending on user input parameter.

(Inherited from IDockerTaskStepAttachable)

Applies to