DataflowUpdateRequestMessage Constructors
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.
Overloads
| Name | Description |
|---|---|
| DataflowUpdateRequestMessage() | |
| DataflowUpdateRequestMessage(String, String, Nullable<Boolean>, String) |
DataflowUpdateRequestMessage()
public DataflowUpdateRequestMessage();
Public Sub New ()
Applies to
DataflowUpdateRequestMessage(String, String, Nullable<Boolean>, String)
public DataflowUpdateRequestMessage(string name = default, string description = default, bool? allowNativeQueries = default, string computeEngineBehavior = default);
new Microsoft.PowerBI.Api.Models.DataflowUpdateRequestMessage : string * string * Nullable<bool> * string -> Microsoft.PowerBI.Api.Models.DataflowUpdateRequestMessage
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional allowNativeQueries As Nullable(Of Boolean) = Nothing, Optional computeEngineBehavior As String = Nothing)
Parameters
- name
- String
- description
- String
- computeEngineBehavior
- String