ResourceLinksOperationsExtensions Class

Definition

Extension methods for ResourceLinksOperations.

public static class ResourceLinksOperationsExtensions
type ResourceLinksOperationsExtensions = class
Public Module ResourceLinksOperationsExtensions
Inheritance
ResourceLinksOperationsExtensions

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