SrvRecord Class
An SRV record.
- Inheritance
-
azure.mgmt.dns._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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python