ResourceLinksOperationsExtensions.ListAtSourceScopeAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.ResourceLink>> ListAtSourceScopeAsync (this Microsoft.Azure.Management.Internal.Resources.IResourceLinksOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.ResourceLinkFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAtSourceScopeAsync : Microsoft.Azure.Management.Internal.Resources.IResourceLinksOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.ResourceLinkFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.ResourceLink>>
<Extension()>
Public Function ListAtSourceScopeAsync (operations As IResourceLinksOperations, scope As String, Optional odataQuery As ODataQuery(Of ResourceLinkFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceLink))

Parameters

scope
String
cancellationToken
CancellationToken

Returns

Applies to