Skip to main content

record_sets

Overview

Namerecord_sets
TypeResource
Idazure.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
getSELECTrecordType, relativeRecordSetName, resourceGroupName, subscriptionId, zoneNameGets a record set.
list_by_dns_zoneSELECTresourceGroupName, subscriptionId, zoneNameLists all record sets in a DNS zone.
list_by_typeSELECTrecordType, resourceGroupName, subscriptionId, zoneNameLists the record sets of a specified type in a DNS zone.
create_or_updateINSERTrecordType, relativeRecordSetName, resourceGroupName, subscriptionId, zoneNameCreates or updates a record set within a DNS zone. Record sets of type SOA can be updated but not created (they are created when the DNS zone is created).
deleteDELETErecordType, relativeRecordSetName, resourceGroupName, subscriptionId, zoneNameDeletes a record set from a DNS zone. This operation cannot be undone. Record sets of type SOA cannot be deleted (they are deleted when the DNS zone is deleted).
_list_by_dns_zoneEXECresourceGroupName, subscriptionId, zoneNameLists all record sets in a DNS zone.
_list_by_typeEXECrecordType, resourceGroupName, subscriptionId, zoneNameLists the record sets of a specified type in a DNS zone.
updateEXECrecordType, relativeRecordSetName, resourceGroupName, subscriptionId, zoneNameUpdates a record set within a DNS zone.