次の方法で共有


ISubscriptionPolicyOperations インターフェイス

定義

SubscriptionPolicyOperations 操作。

public interface ISubscriptionPolicyOperations
type ISubscriptionPolicyOperations = interface
Public Interface ISubscriptionPolicyOperations

メソッド

AddUpdatePolicyForTenantWithHttpMessagesAsync(PutTenantPolicyRequestProperties, Dictionary<String,List<String>>, CancellationToken)

ユーザーのテナントのサブスクリプション テナント ポリシーを作成または更新します。

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

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

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

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

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

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

拡張メソッド

AddUpdatePolicyForTenant(ISubscriptionPolicyOperations, PutTenantPolicyRequestProperties)

ユーザーのテナントのサブスクリプション テナント ポリシーを作成または更新します。

AddUpdatePolicyForTenantAsync(ISubscriptionPolicyOperations, PutTenantPolicyRequestProperties, CancellationToken)

ユーザーのテナントのサブスクリプション テナント ポリシーを作成または更新します。

GetPolicyForTenant(ISubscriptionPolicyOperations)

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

GetPolicyForTenantAsync(ISubscriptionPolicyOperations, CancellationToken)

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

ListPolicyForTenant(ISubscriptionPolicyOperations)

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

ListPolicyForTenantAsync(ISubscriptionPolicyOperations, CancellationToken)

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

ListPolicyForTenantNext(ISubscriptionPolicyOperations, String)

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

ListPolicyForTenantNextAsync(ISubscriptionPolicyOperations, String, CancellationToken)

ユーザーのテナントのサブスクリプション テナント ポリシーを取得します。

適用対象