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