DnsResourceReferenceOperationsExtensions.GetByTargetResources Method
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.
Returns the DNS records specified by the referencing targetResourceIds.
public static Microsoft.Azure.Management.Dns.Models.DnsResourceReferenceResult GetByTargetResources (this Microsoft.Azure.Management.Dns.IDnsResourceReferenceOperations operations, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> targetResources = default);
static member GetByTargetResources : Microsoft.Azure.Management.Dns.IDnsResourceReferenceOperations * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> -> Microsoft.Azure.Management.Dns.Models.DnsResourceReferenceResult
<Extension()>
Public Function GetByTargetResources (operations As IDnsResourceReferenceOperations, Optional targetResources As IList(Of SubResource) = Nothing) As DnsResourceReferenceResult
Parameters
- operations
- IDnsResourceReferenceOperations
The operations group for this extension method.
- targetResources
- IList<SubResource>
A list of references to azure resources for which referencing dns records need to be queried.
Returns
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.