RecordSetsClient Interface
public interface RecordSetsClient
An instance of this class provides access to all the operations defined in RecordSetsClient.
Method Summary
Method Details
createOrUpdate
public abstract RecordSetInner createOrUpdate(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)
Creates or updates a record set within a Private DNS zone.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a record set within a Private DNS zone.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates a record set within a Private DNS zone.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a record set within a Private DNS zone.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)
Deletes a record set from a Private DNS zone. This operation cannot be undone.
Parameters:
deleteAsync
public abstract Mono
Deletes a record set from a Private DNS zone. This operation cannot be undone.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a record set from a Private DNS zone. This operation cannot be undone.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a record set from a Private DNS zone. This operation cannot be undone.
Parameters:
Returns:
get
public abstract RecordSetInner get(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)
Gets a record set.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a record set.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a record set.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a record set.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all record sets in a Private DNS zone.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all record sets in a Private DNS zone.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all record sets in a Private DNS zone.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all record sets in a Private DNS zone.
Parameters:
Returns:
listByType
public abstract PagedIterable
Lists the record sets of a specified type in a Private DNS zone.
Parameters:
Returns:
listByType
public abstract PagedIterable
Lists the record sets of a specified type in a Private DNS zone.
Parameters:
Returns:
listByTypeAsync
public abstract PagedFlux
Lists the record sets of a specified type in a Private DNS zone.
Parameters:
Returns:
listByTypeAsync
public abstract PagedFlux
Lists the record sets of a specified type in a Private DNS zone.
Parameters:
Returns:
update
public abstract RecordSetInner update(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)
Updates a record set within a Private DNS zone.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates a record set within a Private DNS zone.
Parameters:
Returns:
updateWithResponse
public abstract Response
Updates a record set within a Private DNS zone.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates a record set within a Private DNS zone.
Parameters:
Returns:
Applies to
Azure SDK for Java