你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationsExtensions.List(IOperations) Method

Definition

Lists all available actions exposed by the Database Migration Service resource provider.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataMigration.Models.ServiceOperation> List (this Microsoft.Azure.Management.DataMigration.IOperations operations);
static member List : Microsoft.Azure.Management.DataMigration.IOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataMigration.Models.ServiceOperation>
<Extension()>
Public Function List (operations As IOperations) As IPage(Of ServiceOperation)

Parameters

operations
IOperations

The operations group for this extension method.

Returns

Applies to