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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python