IRegistryDockerTaskStep Interface

Definition

An immutable client-side representation of an Azure RegistryDockerTaskStep registry task.

public interface IRegistryDockerTaskStep : Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskStep, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.DockerTaskStep>
type IRegistryDockerTaskStep = interface
    interface IBeta
    interface IHasInner<DockerTaskStep>
    interface IRegistryTaskStep
Public Interface IRegistryDockerTaskStep
Implements IBeta, IHasInner(Of DockerTaskStep), IRegistryTaskStep
Implements

Properties

Arguments

Gets the arguments this Docker task step.

BaseImageDependencies

Gets the base image dependencies of this RegistryTaskStep.

(Inherited from IRegistryTaskStep)
ContextPath

Gets the context path of this RegistryTaskStep.

(Inherited from IRegistryTaskStep)
DockerFilePath

Gets Docker file path for this Docker task step.

ImageNames

Gets the image names of this Docker task step.

Inner (Inherited from IHasInner<T>)
IsPushEnabled

Gets whether push is enabled for this Docker task step.

NoCache

Gets whether there is no cache for this Docker task step.

Applies to