GetPrivateDnsZoneSuffixOperations クラス
GetPrivateDnsZoneSuffixOperations 操作。
このクラスを直接インスタンス化しないでください。 代わりに、インスタンス化して属性としてアタッチするクライアント インスタンスを作成する必要があります。
- 継承
-
builtins.objectGetPrivateDnsZoneSuffixOperations
コンストラクター
GetPrivateDnsZoneSuffixOperations(client, config, serializer, deserializer)
パラメーター
名前 | 説明 |
---|---|
client
必須
|
サービス要求のクライアント。 |
config
必須
|
サービス クライアントの構成。 |
serializer
必須
|
オブジェクト モデル シリアライザー。 |
deserializer
必須
|
オブジェクト モデル逆シリアライザー。 |
変数
名前 | 説明 |
---|---|
models
|
この操作グループで使用されるモデル クラスの別名。 |
メソッド
execute |
クラウドでプライベート DNS ゾーン サフィックスを取得します。 |
execute
クラウドでプライベート DNS ゾーン サフィックスを取得します。
execute(**kwargs: Any) -> GetPrivateDnsZoneSuffixResponse
キーワードのみのパラメーター
名前 | 説明 |
---|---|
cls
|
直接応答に渡されるカスタム型または関数 |
戻り値
型 | 説明 |
---|---|
GetPrivateDnsZoneSuffixResponse、または cls(response) の結果 |
例外
型 | 説明 |
---|---|
属性
models
models = <module 'azure.mgmt.rdbms.mysql_flexibleservers.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\rdbms\\mysql_flexibleservers\\models\\__init__.py'>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python