ITaskCreatable Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.

public interface ITaskCreatable : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IAgentConfiguration, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ISourceTriggerDefinition, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITimeout, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITriggerTypes, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask>
type ITaskCreatable = interface
    interface IAgentConfiguration
    interface ITimeout
    interface ISourceTriggerDefinition
    interface ITriggerTypes
    interface ICreatable<IRegistryTask>
    interface IIndexable
Public Interface ITaskCreatable
Implements IAgentConfiguration, ICreatable(Of IRegistryTask), ISourceTriggerDefinition, ITimeout, ITriggerTypes
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineSourceTrigger(String)

The function that begins the definition of a source trigger.

(Inherited from ITriggerTypes)
WithBaseImageTrigger(String, BaseImageTriggerType)

The function that defines a base image trigger with the two parameters required for base image trigger creation.

(Inherited from ITriggerTypes)
WithBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus)

The function that defines a base image trigger with all possible parameters for base image trigger creation.

(Inherited from ITriggerTypes)
WithCpuCount(Int32)

The function that specifies the count of the CPU.

(Inherited from IAgentConfiguration)
WithTimeout(Int32)

The function that sets the timeout time.

(Inherited from ITimeout)

Applies to