Operation.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.VMware.PropertyOrigin.Owned)]
public bool? IsDataAction { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Origin(Microsoft.Azure.PowerShell.Cmdlets.VMware.PropertyOrigin.Owned)]
public bool? IsDataAction { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Origin(Microsoft.Azure.PowerShell.Cmdlets.VMware.PropertyOrigin.Owned)>]
member this.IsDataAction : Nullable<bool> with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Origin(Microsoft.Azure.PowerShell.Cmdlets.VMware.PropertyOrigin.Owned)>]
member this.IsDataAction : Nullable<bool>
Public Property IsDataAction As Nullable(Of Boolean)
Public ReadOnly Property IsDataAction As Nullable(Of Boolean)
Property Value
Implements
- Attributes