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
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
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET