IComputeInstanceProperties.LastOperationTrigger Property

Definition

Trigger of operation.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Trigger of operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger) }, ReadOnly=false, Required=false, SerializedName="operationTrigger")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger? LastOperationTrigger { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Trigger of operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger) }, ReadOnly=false, Required=false, SerializedName="operationTrigger")>]
member this.LastOperationTrigger : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperationTrigger> with get, set
Public Property LastOperationTrigger As Nullable(Of OperationTrigger)

Property Value

Attributes

Applies to