DnsResourceReference Constructors
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.
Overloads
DnsResourceReference() |
Initializes a new instance of the DnsResourceReference class. |
DnsResourceReference(IList<SubResource>, SubResource) |
Initializes a new instance of the DnsResourceReference class. |
DnsResourceReference()
Initializes a new instance of the DnsResourceReference class.
public DnsResourceReference ();
Public Sub New ()
Applies to
DnsResourceReference(IList<SubResource>, SubResource)
Initializes a new instance of the DnsResourceReference class.
public DnsResourceReference (System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> dnsResources = default, Microsoft.Azure.Management.Dns.Models.SubResource targetResource = default);
new Microsoft.Azure.Management.Dns.Models.DnsResourceReference : System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> * Microsoft.Azure.Management.Dns.Models.SubResource -> Microsoft.Azure.Management.Dns.Models.DnsResourceReference
Public Sub New (Optional dnsResources As IList(Of SubResource) = Nothing, Optional targetResource As SubResource = Nothing)
Parameters
- dnsResources
- IList<SubResource>
A list of dns Records
- targetResource
- SubResource
A reference to an azure resource from where the dns resource value is taken.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET