Share via


ContainerRegistryTaskRunData.RunRequest Property

Definition

The request (parameters) for the run Please note ContainerRegistryRunContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ContainerRegistryDockerBuildContent, ContainerRegistryEncodedTaskRunContent, ContainerRegistryFileTaskRunContent and ContainerRegistryTaskRunContent.

public Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunContent RunRequest { get; set; }
member this.RunRequest : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunContent with get, set
Public Property RunRequest As ContainerRegistryRunContent

Property Value

Applies to