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 file task run request.
public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IBlank, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IFileTaskPath, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IFileTaskRunRequestStepAttachable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation>
type IDefinition = interface
interface IBlank
interface IFileTaskPath
interface IFileTaskRunRequestStepAttachable
interface IAttachable<IRunRequestExecutableWithSourceLocation>
Public Interface IDefinition
Implements IAttachable(Of IRunRequestExecutableWithSourceLocation), IBlank, IFileTaskPath, IFileTaskRunRequestStepAttachable
- Implements
Methods
Attach() |
Attaches this child object's definition to its parent's definition. (Inherited from IAttachable<ParentT>) |
DefineFileTaskStep() |
Gets The function that begins the definition of the file task step in the task run request. (Inherited from IBlank) |
WithOverridingValue(String, OverridingValue) |
The function that specifies the overriding value and what it will override. (Inherited from IFileTaskRunRequestStepAttachable) |
WithOverridingValues(IDictionary<String,OverridingValue>) |
The function that specifies the overriding values and what they will override. (Inherited from IFileTaskRunRequestStepAttachable) |
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 file. (Inherited from IFileTaskRunRequestStepAttachable) |
Applies to
Azure SDK for .NET