DnsResourceReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single Azure resource and its referencing DNS records.
public class DnsResourceReference
type DnsResourceReference = class
Public Class DnsResourceReference
- Inheritance
-
DnsResourceReference
Constructors
DnsResourceReference() |
Initializes a new instance of the DnsResourceReference class. |
DnsResourceReference(IList<SubResource>, SubResource) |
Initializes a new instance of the DnsResourceReference class. |
Properties
DnsResources |
Gets or sets a list of dns Records |
TargetResource |
Gets or sets a reference to an azure resource from where the dns resource value is taken. |
Applies to
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 .NET