Interface DnsResourceReferencesClient
public interface DnsResourceReferencesClient
An instance of this class provides access to all the operations defined in DnsResourceReferencesClient.
-
Method Summary
Modifier and TypeMethodDescriptiongetByTargetResources(DnsResourceReferenceRequest parameters) Returns the DNS records specified by the referencing targetResourceIds.getByTargetResourcesAsync(DnsResourceReferenceRequest parameters) Returns the DNS records specified by the referencing targetResourceIds.com.azure.core.http.rest.Response<DnsResourceReferenceResultInner> getByTargetResourcesWithResponse(DnsResourceReferenceRequest parameters, com.azure.core.util.Context context) Returns the DNS records specified by the referencing targetResourceIds.Mono<com.azure.core.http.rest.Response<DnsResourceReferenceResultInner>> Returns the DNS records specified by the referencing targetResourceIds.
-
Method Details
-
getByTargetResourcesWithResponseAsync
Mono<com.azure.core.http.rest.Response<DnsResourceReferenceResultInner>> getByTargetResourcesWithResponseAsync(DnsResourceReferenceRequest parameters) Returns the DNS records specified by the referencing targetResourceIds.- Parameters:
parameters- Properties for dns resource reference request.- Returns:
- represents the properties of the Dns Resource Reference Result along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByTargetResourcesAsync
Mono<DnsResourceReferenceResultInner> getByTargetResourcesAsync(DnsResourceReferenceRequest parameters) Returns the DNS records specified by the referencing targetResourceIds.- Parameters:
parameters- Properties for dns resource reference request.- Returns:
- represents the properties of the Dns Resource Reference Result on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByTargetResourcesWithResponse
com.azure.core.http.rest.Response<DnsResourceReferenceResultInner> getByTargetResourcesWithResponse(DnsResourceReferenceRequest parameters, com.azure.core.util.Context context) Returns the DNS records specified by the referencing targetResourceIds.- Parameters:
parameters- Properties for dns resource reference request.context- The context to associate with this operation.- Returns:
- represents the properties of the Dns Resource Reference Result along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByTargetResources
Returns the DNS records specified by the referencing targetResourceIds.- Parameters:
parameters- Properties for dns resource reference request.- Returns:
- represents the properties of the Dns Resource Reference Result.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-