SrvRecord Class
An SRV record.
- Inheritance
-
azure.mgmt.privatedns._serialization.ModelSrvRecord
Constructor
SrvRecord(*, priority: int | None = None, weight: int | None = None, port: int | None = None, target: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
priority
|
The priority value for this SRV record. |
weight
|
The weight value for this SRV record. |
port
|
The port value for this SRV record. |
target
|
The target domain name for this SRV record. |
Variables
Name | Description |
---|---|
priority
|
The priority value for this SRV record. |
weight
|
The weight value for this SRV record. |
port
|
The port value for this SRV record. |
target
|
The target domain name for this SRV record. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python