DnsResourceReference Class
Represents a single Azure resource and its referencing DNS records.
- Inheritance
-
azure.mgmt.dns._serialization.ModelDnsResourceReference
Constructor
DnsResourceReference(*, dns_resources: List[_models.SubResource] | None = None, target_resource: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
dns_resources
|
A list of dns Records. |
target_resource
|
A reference to an azure resource from where the dns resource value is taken. |
Variables
Name | Description |
---|---|
dns_resources
|
A list of dns Records. |
target_resource
|
A reference to an azure resource from where the dns resource value is taken. |
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