Bagikan melalui


ContainerRegistryTaskData.Step Property

Definition

The properties of a task step. Please note ContainerRegistryTaskStepProperties 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 ContainerRegistryDockerBuildStep, ContainerRegistryEncodedTaskStep and ContainerRegistryFileTaskStep.

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

Property Value

Applies to