次の方法で共有


SubscriptionFeatureRegistrationsOperations クラス

警告

このクラスを直接インスタンス化しないでください。

代わりに、次の操作にアクセスする必要があります。

FeatureClient's

<xref:subscription_feature_registrations> 属性を使用する。

継承
builtins.object
SubscriptionFeatureRegistrationsOperations

コンストラクター

SubscriptionFeatureRegistrationsOperations(*args, **kwargs)

メソッド

create_or_update

機能登録を作成または更新します。

delete

機能の登録を削除します。

get

機能の登録を返します。

list_all_by_subscription

特定のサブスクリプションのサブスクリプション機能の登録を返します。

list_by_subscription

特定のサブスクリプションとプロバイダー名前空間のサブスクリプション機能の登録を返します。

create_or_update

機能登録を作成または更新します。

create_or_update(provider_namespace: str, feature_name: str, subscription_feature_registration_type: _models.SubscriptionFeatureRegistration | None = None, *, content_type: str = 'application/json', **kwargs: Any) -> _models.SubscriptionFeatureRegistration

パラメーター

provider_namespace
str
必須

プロバイダー名前空間。 必須。

feature_name
str
必須

機能名。 必須。

subscription_feature_registration_type
SubscriptionFeatureRegistration または IO
必須

サブスクリプション機能の登録の種類の詳細。 SubscriptionFeatureRegistration 型または IO 型のいずれかです。 既定値は [なし] です。

content_type
str

Body Parameter content-type。 既知の値は、'application/json' です。 既定値は [なし] です。

cls
callable

直接応答が渡されるカスタム型または関数

戻り値

SubscriptionFeatureRegistration または cls(response) の結果

の戻り値の型 :

例外

delete

機能の登録を削除します。

delete(provider_namespace: str, feature_name: str, **kwargs: Any) -> None

パラメーター

provider_namespace
str
必須

プロバイダー名前空間。 必須。

feature_name
str
必須

機能名。 必須。

cls
callable

直接応答が渡されるカスタム型または関数

戻り値

なしまたは cls(response) の結果

の戻り値の型 :

例外

get

機能の登録を返します。

get(provider_namespace: str, feature_name: str, **kwargs: Any) -> SubscriptionFeatureRegistration

パラメーター

provider_namespace
str
必須

プロバイダー名前空間。 必須。

feature_name
str
必須

機能名。 必須。

cls
callable

直接応答が渡されるカスタム型または関数

戻り値

SubscriptionFeatureRegistration または cls(response) の結果

の戻り値の型 :

例外

list_all_by_subscription

特定のサブスクリプションのサブスクリプション機能の登録を返します。

list_all_by_subscription(**kwargs: Any) -> Iterable[SubscriptionFeatureRegistration]

パラメーター

cls
callable

直接応答が渡されるカスタム型または関数

戻り値

SubscriptionFeatureRegistration または cls(response) の結果のいずれかのインスタンスのような反復子

の戻り値の型 :

例外

list_by_subscription

特定のサブスクリプションとプロバイダー名前空間のサブスクリプション機能の登録を返します。

list_by_subscription(provider_namespace: str, **kwargs: Any) -> Iterable[SubscriptionFeatureRegistration]

パラメーター

provider_namespace
str
必須

プロバイダー名前空間。 必須。

cls
callable

直接応答が渡されるカスタム型または関数

戻り値

SubscriptionFeatureRegistration または cls(response) の結果のいずれかのインスタンスのような反復子

の戻り値の型 :

例外

属性

models

models = <module 'azure.mgmt.resource.features.v2021_07_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\resource\\features\\v2021_07_01\\models\\__init__.py'>