Udostępnij za pośrednictwem


ITimerTriggerUpdateParameters.Status Property

Definition

The current status of trigger.

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

Property Value

Attributes

Applies to