Bagikan melalui


IBaseImageDependency.Type Property

Definition

The type of the base image dependency.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of the base image dependency.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.BaseImageDependencyType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.BaseImageDependencyType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of the base image dependency.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.BaseImageDependencyType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.BaseImageDependencyType> with get, set
Public Property Type As Nullable(Of BaseImageDependencyType)

Property Value

Attributes

Applies to