Package version:
Creates 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).
The name of the resource group. The name is case insensitive.
The name of the DNS zone (without a terminating dot).
The name of the record set, relative to the name of the zone.
The type of DNS record in this record set.
Parameters supplied to the CreateOrUpdate operation.
Optionaloptions: RecordSetsCreateOrUpdateOptionalParamsThe options parameters.
Deletes 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).
The name of the resource group. The name is case insensitive.
The name of the DNS zone (without a terminating dot).
The name of the record set, relative to the name of the zone.
The type of DNS record in this record set.
Optionaloptions: RecordSetsDeleteOptionalParamsThe options parameters.
Gets a record set.
The name of the resource group. The name is case insensitive.
The name of the DNS zone (without a terminating dot).
The name of the record set, relative to the name of the zone.
The type of DNS record in this record set.
Optionaloptions: RecordSetsGetOptionalParamsThe options parameters.
Lists all record sets in a DNS zone.
The name of the resource group. The name is case insensitive.
The name of the DNS zone (without a terminating dot).
Optionaloptions: RecordSetsListAllByDnsZoneOptionalParamsThe options parameters.
Lists all record sets in a DNS zone.
The name of the resource group. The name is case insensitive.
The name of the DNS zone (without a terminating dot).
Optionaloptions: RecordSetsListByDnsZoneOptionalParamsThe options parameters.
Lists the record sets of a specified type in a DNS zone.
The name of the resource group. The name is case insensitive.
The name of the DNS zone (without a terminating dot).
The type of DNS record in this record set.
Optionaloptions: RecordSetsListByTypeOptionalParamsThe options parameters.
Updates a record set within a DNS zone.
The name of the resource group. The name is case insensitive.
The name of the DNS zone (without a terminating dot).
The name of the record set, relative to the name of the zone.
The type of DNS record in this record set.
Parameters supplied to the Update operation.
Optionaloptions: RecordSetsUpdateOptionalParamsThe options parameters.
Interface representing a RecordSets.