ResourceLinksOperationsExtensions.ListAtSourceScope Method

Definition

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

Parameters

scope
String

Returns

Applies to