TaskStepProperties.BaseImageDependencies Property
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.
Gets list of base image dependencies for a step.
[Newtonsoft.Json.JsonProperty(PropertyName="baseImageDependencies")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageDependency> BaseImageDependencies { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="baseImageDependencies")>]
member this.BaseImageDependencies : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageDependency>
Public ReadOnly Property BaseImageDependencies As IList(Of BaseImageDependency)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute