Workbooks 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
Workbooks() | |
Workbooks(String, IList<Workbook>) |
Workbooks()
public Workbooks ();
Public Sub New ()
Applies to
Workbooks(String, IList<Workbook>)
public Workbooks (string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Workbook> value = default);
new Microsoft.PowerBI.Api.Models.Workbooks : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Workbook> -> Microsoft.PowerBI.Api.Models.Workbooks
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of Workbook) = Nothing)
Parameters
- odatacontext
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET