Interface DnsResourceReferencesClient
-
public interface DnsResourceReferencesClientAn instance of this class provides access to all the operations defined in DnsResourceReferencesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsResourceReferenceResultInnergetByTargetResources(DnsResourceReferenceRequest parameters)Returns the DNS records specified by the referencing targetResourceIds.Mono<DnsResourceReferenceResultInner>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>>getByTargetResourcesWithResponseAsync(DnsResourceReferenceRequest parameters)Returns the DNS records specified by the referencing targetResourceIds.
-
-
-
Method Detail
-
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.
- 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.
- 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
DnsResourceReferenceResultInner getByTargetResources(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.
- 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.
- 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.
-
-