Partager via


IDefinition Interface

Définition

Interface conteneur pour toutes les définitions liées à une demande d’exécution de tâche encodée dans le registre.

public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskRunRequest.Definition.IBlank, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskRunRequest.Definition.IEncodedTaskContent, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskRunRequest.Definition.IEncodedTaskRunRequestStepAttachable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation>
type IDefinition = interface
    interface IBlank
    interface IEncodedTaskContent
    interface IEncodedTaskRunRequestStepAttachable
    interface IAttachable<IRunRequestExecutableWithSourceLocation>
Public Interface IDefinition
Implements IAttachable(Of IRunRequestExecutableWithSourceLocation), IBlank, IEncodedTaskContent, IEncodedTaskRunRequestStepAttachable
Implémente

Méthodes

Attach()

Joint la définition de cet objet enfant à la définition de son parent.

(Hérité de IAttachable<ParentT>)
DefineEncodedTaskStep()

Obtient la fonction qui commence la définition de l’étape de tâche encodée dans la demande d’exécution de tâche.

(Hérité de IBlank)
WithBase64EncodedTaskContent(String)

Fonction qui spécifie le contenu de la tâche encodée en base64.

(Hérité de IEncodedTaskContent)
WithBase64EncodedValueContent(String)

Fonction qui spécifie le contenu des valeurs encodées en base64.

(Hérité de IEncodedTaskRunRequestStepAttachable)
WithOverridingValue(String, OverridingValue)

Fonction qui spécifie la valeur de substitution et ce qu’elle remplacera.

(Hérité de IEncodedTaskRunRequestStepAttachable)
WithOverridingValues(IDictionary<String,OverridingValue>)

Fonction qui spécifie les valeurs de substitution et ce qu’elles remplaceront.

(Hérité de IEncodedTaskRunRequestStepAttachable)

S’applique à