RequiredWorkspaces 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 |
|---|---|
| RequiredWorkspaces() | |
| RequiredWorkspaces(IList<Nullable<Guid>>) |
RequiredWorkspaces()
public RequiredWorkspaces();
Public Sub New ()
Applies to
RequiredWorkspaces(IList<Nullable<Guid>>)
public RequiredWorkspaces(System.Collections.Generic.IList<Guid?> workspaces = default);
new Microsoft.PowerBI.Api.Models.RequiredWorkspaces : System.Collections.Generic.IList<Nullable<Guid>> -> Microsoft.PowerBI.Api.Models.RequiredWorkspaces
Public Sub New (Optional workspaces As IList(Of Nullable(Of Guid)) = Nothing)