共用方式為


IProviderShareSubscriptionsOperations Interface

Definition

ProviderShareSubscriptionsOperations operations.

public interface IProviderShareSubscriptionsOperations
type IProviderShareSubscriptionsOperations = interface
Public Interface IProviderShareSubscriptionsOperations

Methods

AdjustWithHttpMessagesAsync(String, String, String, String, ProviderShareSubscription, Dictionary<String,List<String>>, CancellationToken)

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

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

Revoke share subscription in a provider share.

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

Get share subscription in a provider share.

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

List of available share subscriptions to a provider share.

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

List of available share subscriptions to a provider share.

ReinstateWithHttpMessagesAsync(String, String, String, String, ProviderShareSubscription, Dictionary<String,List<String>>, CancellationToken)

Reinstate share subscription in a provider share.

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

Revoke share subscription in a provider share.

Extension 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