ProviderShareSubscriptionsOperationsExtensions Class

Definition

Extension methods for ProviderShareSubscriptionsOperations.

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

Methods

Adjust(IProviderShareSubscriptionsOperations, String, String, String, String, ProviderShareSubscription)

Adjust the expiration date of a share subscription in a provider share.

AdjustAsync(IProviderShareSubscriptionsOperations, String, String, String, String, ProviderShareSubscription, CancellationToken)

Adjust the expiration date of a share subscription in a provider share.

BeginRevoke(IProviderShareSubscriptionsOperations, String, String, String, String)

Revoke share subscription in a provider share.

BeginRevokeAsync(IProviderShareSubscriptionsOperations, String, String, String, String, CancellationToken)

Revoke share subscription in a provider share.

GetByShare(IProviderShareSubscriptionsOperations, String, String, String, String)

Get share subscription in a provider share.

GetByShareAsync(IProviderShareSubscriptionsOperations, String, String, String, String, CancellationToken)

Get share subscription in a provider share.

ListByShare(IProviderShareSubscriptionsOperations, String, String, String, String)

List of available share subscriptions to a provider share.

ListByShareAsync(IProviderShareSubscriptionsOperations, String, String, String, String, CancellationToken)

List of available share subscriptions to a provider share.

ListByShareNext(IProviderShareSubscriptionsOperations, String)

List of available share subscriptions to a provider share.

ListByShareNextAsync(IProviderShareSubscriptionsOperations, String, CancellationToken)

List of available share subscriptions to a provider share.

Reinstate(IProviderShareSubscriptionsOperations, String, String, String, String, ProviderShareSubscription)

Reinstate share subscription in a provider share.

ReinstateAsync(IProviderShareSubscriptionsOperations, String, String, String, String, ProviderShareSubscription, CancellationToken)

Reinstate share subscription in a provider share.

Revoke(IProviderShareSubscriptionsOperations, String, String, String, String)

Revoke share subscription in a provider share.

RevokeAsync(IProviderShareSubscriptionsOperations, String, String, String, String, CancellationToken)

Revoke share subscription in a provider share.

Applies to