ResourceProviderCommonOperations クラス
警告
このクラスを直接インスタンス化しないでください。
代わりに、次の操作にアクセスする必要があります。
<xref:resource_provider_common> 属性を使用する。
- 継承
-
builtins.objectResourceProviderCommonOperations
コンストラクター
ResourceProviderCommonOperations(*args, **kwargs)
メソッド
get_subscription_quota |
サブスクリプション内の IoT ハブの数を取得します。 サブスクリプション内の無料および有料の IoT ハブの数を取得します。 |
get_subscription_quota
サブスクリプション内の IoT ハブの数を取得します。
サブスクリプション内の無料および有料の IoT ハブの数を取得します。
get_subscription_quota(**kwargs: Any) -> UserSubscriptionQuotaListResult
キーワードのみのパラメーター
名前 | 説明 |
---|---|
cls
|
直接応答が渡されるカスタム型または関数 |
戻り値
型 | 説明 |
---|---|
UserSubscriptionQuotaListResult または cls(response) の結果 |
例外
型 | 説明 |
---|---|
属性
models
models = <module 'azure.mgmt.iothub.v2023_06_30.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\iothub\\v2023_06_30\\models\\__init__.py'>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python