IProviderShareSubscriptionsOperations インターフェイス

定義

ProviderShareSubscriptionsOperations 操作。

public interface IProviderShareSubscriptionsOperations
type IProviderShareSubscriptionsOperations = interface
Public Interface IProviderShareSubscriptionsOperations

メソッド

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

プロバイダー共有内の共有サブスクリプションの有効期限を調整します。

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

プロバイダー共有の共有サブスクリプションを取り消します。

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

プロバイダー共有で共有サブスクリプションを取得します。

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

プロバイダー共有に対して使用可能な共有サブスクリプションの一覧。

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

プロバイダー共有に対して使用可能な共有サブスクリプションの一覧。

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

プロバイダー共有の共有サブスクリプションを復元します。

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

プロバイダー共有の共有サブスクリプションを取り消します。

拡張メソッド

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

プロバイダー共有内の共有サブスクリプションの有効期限を調整します。

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

プロバイダー共有内の共有サブスクリプションの有効期限を調整します。

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

プロバイダー共有の共有サブスクリプションを取り消します。

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

プロバイダー共有の共有サブスクリプションを取り消します。

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

プロバイダー共有で共有サブスクリプションを取得します。

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

プロバイダー共有で共有サブスクリプションを取得します。

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

プロバイダー共有に対して使用可能な共有サブスクリプションの一覧。

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

プロバイダー共有に対して使用可能な共有サブスクリプションの一覧。

ListByShareNext(IProviderShareSubscriptionsOperations, String)

プロバイダー共有に対して使用可能な共有サブスクリプションの一覧。

ListByShareNextAsync(IProviderShareSubscriptionsOperations, String, CancellationToken)

プロバイダー共有に対して使用可能な共有サブスクリプションの一覧。

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

プロバイダー共有の共有サブスクリプションを復元します。

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

プロバイダー共有の共有サブスクリプションを復元します。

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

プロバイダー共有の共有サブスクリプションを取り消します。

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

プロバイダー共有の共有サブスクリプションを取り消します。

適用対象