MoveCollectionsOperationsExtensions.ListMoveCollectionsByResourceGroupAsync Method
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.
Get all Move Collections.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollection>> ListMoveCollectionsByResourceGroupAsync (this Microsoft.Azure.Management.Migrate.ResourceMover.IMoveCollectionsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListMoveCollectionsByResourceGroupAsync : Microsoft.Azure.Management.Migrate.ResourceMover.IMoveCollectionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollection>>
<Extension()>
Public Function ListMoveCollectionsByResourceGroupAsync (operations As IMoveCollectionsOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of MoveCollection))
Parameters
- operations
- IMoveCollectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The Resource Group Name.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get all the Move Collections in the resource group.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET