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 RegistryTaskRun.
public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IBlankFromRegistry, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IBlankFromRuns, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRegistryTaskRunRequest, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IDefinition = interface
interface IBlankFromRegistry
interface IPlatformAltTaskRunRequest
interface IPlatform
interface IBlankFromRuns
interface IRegistryTaskRunRequest
interface IRunRequestExecutable
interface IArchive
interface IExecutable<IRegistryTaskRun>
interface IIndexable
interface IRunRequestType
interface IRunRequestExecutableWithSourceLocation
interface IAgentConfiguration
Public Interface IDefinition
Implements IBlankFromRegistry, IBlankFromRuns, IExecutable(Of IRegistryTaskRun), IRegistryTaskRunRequest, IRunRequestExecutableWithSourceLocation, IRunRequestType
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Execute() |
Execute the request. (Inherited from IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
Execute the request asynchronously. (Inherited from IExecutable<T>) |
WithArchiveEnabled(Boolean) |
The function that specifies archiving will or will not be enabled. (Inherited from IRegistryTaskRunRequest) |
WithCpuCount(Int32) |
The function that specifies the count of the CPU. (Inherited from IAgentConfiguration) |
WithDockerTaskRunRequest() |
The function that specifies the task run request type will be a Docker task. (Inherited from IRunRequestType) |
WithEncodedTaskRunRequest() |
The function that specifies the task run request type will be an encoded task. (Inherited from IRunRequestType) |
WithExistingRegistry(String, String) |
The function that specifies the registry this task run is called on. (Inherited from IBlankFromRuns) |
WithFileTaskRunRequest() |
The function that specifies the task run request type will be a file task. (Inherited from IRunRequestType) |
WithLinux() |
The function that specifies the platform will have a Linux OS. (Inherited from IPlatform) |
WithLinux(Architecture, Variant) |
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant. (Inherited from IPlatform) |
WithLinux(Architecture) |
The function that specifies the platform will have a Linux OS with Architecture architecture. (Inherited from IPlatform) |
WithOverridingValue(String, OverridingValue) |
The function that specifies whether a single value will be overridden and what it will be overridden by. (Inherited from IRegistryTaskRunRequest) |
WithOverridingValues(IDictionary<String,OverridingValue>) |
The function that specifies whether there are any values that will be overridden and what they will be overridden by. (Inherited from IRegistryTaskRunRequest) |
WithPlatform(PlatformProperties) |
The function that specifies the platform properties of the registry task run. (Inherited from IPlatform) |
WithSourceLocation(String) |
The function that specifies the location of the source control. (Inherited from IRunRequestExecutableWithSourceLocation) |
WithTaskRunRequest(String) |
The function that specifies the name of the existing task to run. (Inherited from IPlatformAltTaskRunRequest) |
WithTimeout(Int32) |
The function that specifies the timeout. (Inherited from IRunRequestExecutableWithSourceLocation) |
WithWindows() |
The function that specifies the platform will have a Windows OS. (Inherited from IPlatform) |
WithWindows(Architecture, Variant) |
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant. (Inherited from IPlatform) |
WithWindows(Architecture) |
The function that specifies the platform will have a Windows OS with Architecture architecture. (Inherited from IPlatform) |
Applies to
Azure SDK for .NET