Compartilhar via


IDnsResourceReferenceOperations.GetByTargetResourcesWithHttpMessagesAsync Método

Definição

Retorna os registros DNS especificados pelo targetResourceIds de referência.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Dns.Models.DnsResourceReferenceResult>> GetByTargetResourcesWithHttpMessagesAsync (System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> targetResources = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByTargetResourcesWithHttpMessagesAsync : System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SubResource> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Dns.Models.DnsResourceReferenceResult>>
Public Function GetByTargetResourcesWithHttpMessagesAsync (Optional targetResources As IList(Of SubResource) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DnsResourceReferenceResult))

Parâmetros

targetResources
IList<SubResource>

Uma lista de referências aos recursos do azure para os quais os registros dns de referência precisam ser consultados.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a