Sdílet prostřednictvím


IOperationsContent.ActionType Property

Definition

Defines the action type of workload operation.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the action type of workload operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorActionType? ActionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the action type of workload operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")>]
member this.ActionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.WorkloadMonitorActionType> with get, set
Public Property ActionType As Nullable(Of WorkloadMonitorActionType)

Property Value

Attributes

Applies to