IDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container interface for all the definitions related to a registry Docker task run request.
public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskRunRequest.Definition.IBlank, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskRunRequest.Definition.IDockerFilePath, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskRunRequest.Definition.IDockerTaskRunRequestStepAttachable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation>
type IDefinition = interface
interface IBlank
interface IDockerFilePath
interface IDockerTaskRunRequestStepAttachable
interface IAttachable<IRunRequestExecutableWithSourceLocation>
Public Interface IDefinition
Implements IAttachable(Of IRunRequestExecutableWithSourceLocation), IBlank, IDockerFilePath, IDockerTaskRunRequestStepAttachable
- Implements
Methods
Attach() |
Attaches this child object's definition to its parent's definition. (Inherited from IAttachable<ParentT>) |
DefineDockerTaskStep() |
Gets The function that begins the definition of the Docker task step in the task run request. (Inherited from IBlank) |
WithCacheEnabled(Boolean) |
The function that specifies a cache will be used or not. (Inherited from IDockerTaskRunRequestStepAttachable) |
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 IDockerTaskRunRequestStepAttachable) |
WithOverridingArgument(String, OverridingArgument) |
The function that specifies the overriding argument and what it will override. (Inherited from IDockerTaskRunRequestStepAttachable) |
WithOverridingArguments(IDictionary<String,OverridingArgument>) |
The function that specifies the overriding arguments and what they will override. (Inherited from IDockerTaskRunRequestStepAttachable) |
WithPushEnabled(Boolean) |
The function that specifies push is enabled or not. (Inherited from IDockerTaskRunRequestStepAttachable) |
Applies to
Azure SDK for .NET