Compartir a través de


ITaskProperties.BaseImageTriggerUpdateTriggerPayloadType Property

Definition

Type of Payload body for Base image update triggers.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Type of Payload body for Base image update triggers.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.UpdateTriggerPayloadType) }, ReadOnly=false, Required=false, SerializedName="updateTriggerPayloadType")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.UpdateTriggerPayloadType? BaseImageTriggerUpdateTriggerPayloadType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Type of Payload body for Base image update triggers.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.UpdateTriggerPayloadType) }, ReadOnly=false, Required=false, SerializedName="updateTriggerPayloadType")>]
member this.BaseImageTriggerUpdateTriggerPayloadType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.UpdateTriggerPayloadType> with get, set
Public Property BaseImageTriggerUpdateTriggerPayloadType As Nullable(Of UpdateTriggerPayloadType)

Property Value

Attributes

Applies to