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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.