DnsResourceReferenceRequest Class
Represents the properties of the Dns Resource Reference Request.
- Inheritance
-
azure.mgmt.dns._serialization.ModelDnsResourceReferenceRequest
Constructor
DnsResourceReferenceRequest(*, target_resources: List[_models.SubResource] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_resources
|
A list of references to azure resources for which referencing dns records need to be queried. |
Variables
Name | Description |
---|---|
target_resources
|
A list of references to azure resources for which referencing dns records need to be queried. |
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