DatasetsExtensions.PutTable Method
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
PutTable(IDatasets, String, String, Object) | |
PutTable(IDatasets, String, String, String, Object) |
PutTable(IDatasets, String, String, Object)
public static object PutTable (this Microsoft.PowerBI.Api.V2.IDatasets operations, string datasetKey, string tableName, object requestMessage);
static member PutTable : Microsoft.PowerBI.Api.V2.IDatasets * string * string * obj -> obj
<Extension()>
Public Function PutTable (operations As IDatasets, datasetKey As String, tableName As String, requestMessage As Object) As Object
Parameters
- operations
- IDatasets
- datasetKey
- System.String
- tableName
- System.String
- requestMessage
- System.Object
Returns
- System.Object
Applies to
PutTable(IDatasets, String, String, String, Object)
public static object PutTable (this Microsoft.PowerBI.Api.V2.IDatasets operations, string groupId, string datasetKey, string tableName, object requestMessage);
static member PutTable : Microsoft.PowerBI.Api.V2.IDatasets * string * string * string * obj -> obj
<Extension()>
Public Function PutTable (operations As IDatasets, groupId As String, datasetKey As String, tableName As String, requestMessage As Object) As Object
Parameters
- operations
- IDatasets
- groupId
- System.String
- datasetKey
- System.String
- tableName
- System.String
- requestMessage
- System.Object
Returns
- System.Object