SubscriptionFeatureRegistrations interface
SubscriptionFeatureRegistrations を表すインターフェイス。
メソッド
create |
機能登録を作成または更新します。 |
delete(string, string, Subscription |
機能の登録を削除します |
get(string, string, Subscription |
機能の登録を返します |
list |
指定されたサブスクリプションのサブスクリプション機能の登録を返します。 |
list |
指定されたサブスクリプションとプロバイダー名前空間のサブスクリプション機能の登録を返します。 |
メソッドの詳細
createOrUpdate(string, string, SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams)
機能登録を作成または更新します。
function createOrUpdate(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams): Promise<SubscriptionFeatureRegistration>
パラメーター
- providerNamespace
-
string
プロバイダーの名前空間。
- featureName
-
string
機能名。
options パラメーター。
戻り値
Promise<SubscriptionFeatureRegistration>
delete(string, string, SubscriptionFeatureRegistrationsDeleteOptionalParams)
機能の登録を削除します
function delete(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsDeleteOptionalParams): Promise<void>
パラメーター
- providerNamespace
-
string
プロバイダーの名前空間。
- featureName
-
string
機能名。
options パラメーター。
戻り値
Promise<void>
get(string, string, SubscriptionFeatureRegistrationsGetOptionalParams)
機能の登録を返します
function get(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsGetOptionalParams): Promise<SubscriptionFeatureRegistration>
パラメーター
- providerNamespace
-
string
プロバイダーの名前空間。
- featureName
-
string
機能名。
options パラメーター。
戻り値
Promise<SubscriptionFeatureRegistration>
listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)
指定されたサブスクリプションのサブスクリプション機能の登録を返します。
function listAllBySubscription(options?: SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams): PagedAsyncIterableIterator<SubscriptionFeatureRegistration, SubscriptionFeatureRegistration[], PageSettings>
パラメーター
options パラメーター。
戻り値
listBySubscription(string, SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams)
指定されたサブスクリプションとプロバイダー名前空間のサブスクリプション機能の登録を返します。
function listBySubscription(providerNamespace: string, options?: SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SubscriptionFeatureRegistration, SubscriptionFeatureRegistration[], PageSettings>
パラメーター
- providerNamespace
-
string
プロバイダーの名前空間。
options パラメーター。