IOperation.IsDataAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AksArc.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.AksArc.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