IResourceLinksOperations Interface

Definition

ResourceLinksOperations operations.

public interface IResourceLinksOperations
type IResourceLinksOperations = interface
Public Interface IResourceLinksOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, ResourceLink, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a resource link between the specified resources.

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Deletes a resource link with the specified ID.

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a resource link with the specified ID.

ListAtSourceScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of resource links at and below the specified source scope.

ListAtSourceScopeWithHttpMessagesAsync(String, ODataQuery<ResourceLinkFilter>, Dictionary<String,List<String>>, CancellationToken)

Gets a list of resource links at and below the specified source scope.

ListAtSubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the linked resources for the subscription.

ListAtSubscriptionWithHttpMessagesAsync(ODataQuery<ResourceLinkFilter>, Dictionary<String,List<String>>, CancellationToken)

Gets all the linked resources for the subscription.

Extension Methods

CreateOrUpdate(IResourceLinksOperations, String, ResourceLink)

Creates or updates a resource link between the specified resources.

CreateOrUpdateAsync(IResourceLinksOperations, String, ResourceLink, CancellationToken)

Creates or updates a resource link between the specified resources.

Delete(IResourceLinksOperations, String)

Deletes a resource link with the specified ID.

DeleteAsync(IResourceLinksOperations, String, CancellationToken)

Deletes a resource link with the specified ID.

Get(IResourceLinksOperations, String)

Gets a resource link with the specified ID.

GetAsync(IResourceLinksOperations, String, CancellationToken)

Gets a resource link with the specified ID.

ListAtSourceScope(IResourceLinksOperations, String, ODataQuery<ResourceLinkFilter>)

Gets a list of resource links at and below the specified source scope.

ListAtSourceScopeAsync(IResourceLinksOperations, String, ODataQuery<ResourceLinkFilter>, CancellationToken)

Gets a list of resource links at and below the specified source scope.

ListAtSourceScopeNext(IResourceLinksOperations, String)

Gets a list of resource links at and below the specified source scope.

ListAtSourceScopeNextAsync(IResourceLinksOperations, String, CancellationToken)

Gets a list of resource links at and below the specified source scope.

ListAtSubscription(IResourceLinksOperations, ODataQuery<ResourceLinkFilter>)

Gets all the linked resources for the subscription.

ListAtSubscriptionAsync(IResourceLinksOperations, ODataQuery<ResourceLinkFilter>, CancellationToken)

Gets all the linked resources for the subscription.

ListAtSubscriptionNext(IResourceLinksOperations, String)

Gets all the linked resources for the subscription.

ListAtSubscriptionNextAsync(IResourceLinksOperations, String, CancellationToken)

Gets all the linked resources for the subscription.

Applies to