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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET