Skip to main content

record_sets

Overview

Namerecord_sets
TypeResource
Idazure.private_dns.record_sets

Fields

NameDatatypeDescription
idstringThe ID of the record set.
namestringThe name of the record set.
etagstringThe ETag of the record set.
propertiesobjectRepresents the properties of the records in the record set.
typestringThe type of the record set.

Methods

NameAccessible byRequired ParamsDescription
getSELECTprivateZoneName, recordType, relativeRecordSetName, resourceGroupName, subscriptionIdGets a record set.
listSELECTprivateZoneName, resourceGroupName, subscriptionIdLists all record sets in a Private DNS zone.
list_by_typeSELECTprivateZoneName, recordType, resourceGroupName, subscriptionIdLists the record sets of a specified type in a Private DNS zone.
create_or_updateINSERTprivateZoneName, recordType, relativeRecordSetName, resourceGroupName, subscriptionIdCreates or updates a record set within a Private DNS zone.
deleteDELETEprivateZoneName, recordType, relativeRecordSetName, resourceGroupName, subscriptionIdDeletes a record set from a Private DNS zone. This operation cannot be undone.
_listEXECprivateZoneName, resourceGroupName, subscriptionIdLists all record sets in a Private DNS zone.
_list_by_typeEXECprivateZoneName, recordType, resourceGroupName, subscriptionIdLists the record sets of a specified type in a Private DNS zone.
updateEXECprivateZoneName, recordType, relativeRecordSetName, resourceGroupName, subscriptionIdUpdates a record set within a Private DNS zone.