Share via


IOperation.IsDataAction Property

Definition

Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.

[Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDataAction")]
public bool? IsDataAction { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDataAction")>]
member this.IsDataAction : Nullable<bool>
Public ReadOnly Property IsDataAction As Nullable(Of Boolean)

Property Value

Attributes

Applies to