DnsResourceReferencesClient Interface
public interface DnsResourceReferencesClient
An instance of this class provides access to all the operations defined in DnsResourceReferencesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Dns |
getByTargetResources(DnsResourceReferenceRequest parameters)
Returns the DNS records specified by the referencing target |
abstract
Mono<Dns |
getByTargetResourcesAsync(DnsResourceReferenceRequest parameters)
Returns the DNS records specified by the referencing target |
abstract
Response<Dns |
getByTargetResourcesWithResponse(DnsResourceReferenceRequest parameters, Context context)
Returns the DNS records specified by the referencing target |
abstract
Mono<Response<Dns |
getByTargetResourcesWithResponseAsync(DnsResourceReferenceRequest parameters)
Returns the DNS records specified by the referencing target |
Method Details
getByTargetResources
public abstract DnsResourceReferenceResultInner getByTargetResources(DnsResourceReferenceRequest parameters)
Returns the DNS records specified by the referencing targetResourceIds.
Parameters:
Returns:
getByTargetResourcesAsync
public abstract Mono
Returns the DNS records specified by the referencing targetResourceIds.
Parameters:
Returns:
getByTargetResourcesWithResponse
public abstract Response
Returns the DNS records specified by the referencing targetResourceIds.
Parameters:
Returns:
getByTargetResourcesWithResponseAsync
public abstract Mono
Returns the DNS records specified by the referencing targetResourceIds.
Parameters:
Returns:
Applies to
Azure SDK for Java