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.VMware.Runtime.Info(Create=true, Description="Gets or sets a value indicating whether the operation is a data action or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDataAction", Update=true)]
public bool? IsDataAction { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.VMware.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.VMware.Runtime.Info(Create=true, Description="Gets or sets a value indicating whether the operation is a data action or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDataAction", Update=true)>]
member this.IsDataAction : Nullable<bool> with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.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 Property IsDataAction As Nullable(Of Boolean)
Public ReadOnly Property IsDataAction As Nullable(Of Boolean)
Property Value
- Attributes