Partilhar 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.Fleet.Runtime.Info(Create=false, 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) }, Read=true, ReadOnly=true, Required=false, SerializedName="isDataAction", Update=false)]
public bool? IsDataAction { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Fleet.Runtime.Info(Create=false, 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) }, Read=true, ReadOnly=true, Required=false, SerializedName="isDataAction", Update=false)>]
member this.IsDataAction : Nullable<bool>
Public ReadOnly Property IsDataAction As Nullable(Of Boolean)

Property Value

Attributes

Applies to