IRun.RunType 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.
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