App 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 |
|---|---|
| App() | |
| App(Guid, String, String, Nullable<DateTime>, String) |
App()
public App();
Public Sub New ()
Applies to
App(Guid, String, String, Nullable<DateTime>, String)
public App(Guid id, string name = default, string description = default, DateTime? lastUpdate = default, string publishedBy = default);
new Microsoft.PowerBI.Api.Models.App : Guid * string * string * Nullable<DateTime> * string -> Microsoft.PowerBI.Api.Models.App
Public Sub New (id As Guid, Optional name As String = Nothing, Optional description As String = Nothing, Optional lastUpdate As Nullable(Of DateTime) = Nothing, Optional publishedBy As String = Nothing)
Parameters
- id
- Guid
- name
- String
- description
- String
- publishedBy
- String