Bagikan melalui


IRun.RunType Property

Definition

The type of run.

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

Property Value

Attributes

Applies to