你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
@azure/arm-dns package
ARecord |
An A record. |
Aaaa |
An AAAA record. |
Caa |
A CAA record. |
Cloud |
An error response from the service. |
Cloud |
An error response from the service. |
Cname |
A CNAME record. |
Dns |
Optional parameters. |
Dns |
Represents a single Azure resource and its referencing DNS records. |
Dns |
Optional parameters. |
Dns |
Interface representing a DnsResourceReferenceOperations. |
Dns |
Represents the properties of the Dns Resource Reference Request. |
Dns |
Represents the properties of the Dns Resource Reference Result. |
Mx |
An MX record. |
Ns |
An NS record. |
Ptr |
A PTR record. |
Record |
Describes a DNS record set (a collection of DNS records with the same name and type). |
Record |
The response to a record set List operation. |
Record |
Parameters supplied to update a record set. |
Record |
Interface representing a RecordSets. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Record |
Optional parameters. |
Resource |
Common properties of an Azure Resource Manager resource |
Soa |
An SOA record. |
Srv |
An SRV record. |
Sub |
A reference to a another resource |
Txt |
A TXT record. |
Zone |
Describes a DNS zone. |
Zone |
The response to a Zone List or ListAll operation. |
Zone |
Describes a request to update a DNS zone. |
Zones |
Interface representing a Zones. |
Zones |
Optional parameters. |
Zones |
Optional parameters. |
Zones |
Optional parameters. |
Zones |
Optional parameters. |
Zones |
Optional parameters. |
Zones |
Optional parameters. |
Zones |
Optional parameters. |
Zones |
Optional parameters. |
Dns |
Contains response data for the getByTargetResources operation. |
Record |
Contains response data for the createOrUpdate operation. |
Record |
Contains response data for the get operation. |
Record |
Contains response data for the listAllByDnsZoneNext operation. |
Record |
Contains response data for the listAllByDnsZone operation. |
Record |
Contains response data for the listByDnsZoneNext operation. |
Record |
Contains response data for the listByDnsZone operation. |
Record |
Contains response data for the listByTypeNext operation. |
Record |
Contains response data for the listByType operation. |
Record |
Contains response data for the update operation. |
Record |
Defines values for RecordType. |
Zone |
Defines values for ZoneType. |
Zones |
Contains response data for the createOrUpdate operation. |
Zones |
Contains response data for the get operation. |
Zones |
Contains response data for the listByResourceGroupNext operation. |
Zones |
Contains response data for the listByResourceGroup operation. |
Zones |
Contains response data for the listNext operation. |
Zones |
Contains response data for the list operation. |
Zones |
Contains response data for the update operation. |
get |
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later. |
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
A result object from calling .byPage() on a paged operation.
Returns
string | undefined
The continuation token that can be passed into byPage().