共用方式為


SharesOperationsExtensions.ListByAccountAsync Method

Definition

List of available shares under an account.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share>> ListByAccountAsync (this Microsoft.Azure.Management.DataShare.ISharesOperations operations, string resourceGroupName, string accountName, string skipToken = default, string filter = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountAsync : Microsoft.Azure.Management.DataShare.ISharesOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.Share>>
<Extension()>
Public Function ListByAccountAsync (operations As ISharesOperations, resourceGroupName As String, accountName As String, Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Share))

Parameters

operations
ISharesOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

accountName
String

The name of the share account.

skipToken
String

Continuation Token

filter
String

Filters the results using OData syntax.

orderby
String

Sorts the results using OData syntax.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List shares in an account

Applies to