次の方法で共有


SubscriptionOperationsExtensions クラス

定義

SubscriptionOperations の拡張メソッド。

public static class SubscriptionOperationsExtensions
type SubscriptionOperationsExtensions = class
Public Module SubscriptionOperationsExtensions
継承
SubscriptionOperationsExtensions

メソッド

CreateOrUpdate(ISubscriptionOperations, String, String, String, SubscriptionCreateParameters, Nullable<Boolean>, String, String)

指定された製品に対する指定されたユーザーのサブスクリプションを作成または更新します。

CreateOrUpdateAsync(ISubscriptionOperations, String, String, String, SubscriptionCreateParameters, Nullable<Boolean>, String, String, CancellationToken)

指定された製品に対する指定されたユーザーのサブスクリプションを作成または更新します。

Delete(ISubscriptionOperations, String, String, String, String)

指定されたサブスクリプションを削除します。

DeleteAsync(ISubscriptionOperations, String, String, String, String, CancellationToken)

指定されたサブスクリプションを削除します。

Get(ISubscriptionOperations, String, String, String)

指定した Subscription エンティティを取得します。

GetAsync(ISubscriptionOperations, String, String, String, CancellationToken)

指定した Subscription エンティティを取得します。

GetEntityTag(ISubscriptionOperations, String, String, String)

識別子で指定された apimanagement サブスクリプションのエンティティ状態 (Etag) バージョンを取得します。

GetEntityTagAsync(ISubscriptionOperations, String, String, String, CancellationToken)

識別子で指定された apimanagement サブスクリプションのエンティティ状態 (Etag) バージョンを取得します。

List(ISubscriptionOperations, String, String, ODataQuery<SubscriptionContract>)

API Management サービス インスタンスのすべてのサブスクリプションを一覧表示します。

ListAsync(ISubscriptionOperations, String, String, ODataQuery<SubscriptionContract>, CancellationToken)

API Management サービス インスタンスのすべてのサブスクリプションを一覧表示します。

ListNext(ISubscriptionOperations, String)

API Management サービス インスタンスのすべてのサブスクリプションを一覧表示します。

ListNextAsync(ISubscriptionOperations, String, CancellationToken)

API Management サービス インスタンスのすべてのサブスクリプションを一覧表示します。

ListSecrets(ISubscriptionOperations, String, String, String)

指定されたサブスクリプション キーを取得します。

ListSecretsAsync(ISubscriptionOperations, String, String, String, CancellationToken)

指定されたサブスクリプション キーを取得します。

RegeneratePrimaryKey(ISubscriptionOperations, String, String, String)

API Management サービス インスタンスの既存のサブスクリプションの主キーを再生成します。

RegeneratePrimaryKeyAsync(ISubscriptionOperations, String, String, String, CancellationToken)

API Management サービス インスタンスの既存のサブスクリプションの主キーを再生成します。

RegenerateSecondaryKey(ISubscriptionOperations, String, String, String)

API Management サービス インスタンスの既存のサブスクリプションのセカンダリ キーを再生成します。

RegenerateSecondaryKeyAsync(ISubscriptionOperations, String, String, String, CancellationToken)

API Management サービス インスタンスの既存のサブスクリプションのセカンダリ キーを再生成します。

Update(ISubscriptionOperations, String, String, String, SubscriptionUpdateParameters, String, Nullable<Boolean>, String)

その識別子で指定されたサブスクリプションの詳細を更新します。

UpdateAsync(ISubscriptionOperations, String, String, String, SubscriptionUpdateParameters, String, Nullable<Boolean>, String, CancellationToken)

その識別子で指定されたサブスクリプションの詳細を更新します。

適用対象