UpdateWorkspaceCollectionRequest 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
UpdateWorkspaceCollectionRequest() |
Initializes a new instance of the UpdateWorkspaceCollectionRequest class. |
UpdateWorkspaceCollectionRequest(IDictionary<String,String>) |
Initializes a new instance of the UpdateWorkspaceCollectionRequest class. |
UpdateWorkspaceCollectionRequest()
Initializes a new instance of the UpdateWorkspaceCollectionRequest class.
public UpdateWorkspaceCollectionRequest ();
Public Sub New ()
Applies to
UpdateWorkspaceCollectionRequest(IDictionary<String,String>)
Initializes a new instance of the UpdateWorkspaceCollectionRequest class.
public UpdateWorkspaceCollectionRequest (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.PowerBIEmbedded.Models.UpdateWorkspaceCollectionRequest : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.PowerBIEmbedded.Models.UpdateWorkspaceCollectionRequest
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- tags
- IDictionary<String,String>