@azure/arm-privatedns package

Classes

PrivateDnsManagementClient

Interfaces

ARecord

An A record.

AaaaRecord

An AAAA record.

CloudError

An error response from the service.

CloudErrorBody

An error response from the service.

CnameRecord

A CNAME record.

MxRecord

An MX record.

PrivateDnsManagementClientOptionalParams

Optional parameters.

PrivateZone

Describes a Private DNS zone.

PrivateZoneListResult

The response to a Private DNS zone list operation.

PrivateZones

Interface representing a PrivateZones.

PrivateZonesCreateOrUpdateOptionalParams

Optional parameters.

PrivateZonesDeleteOptionalParams

Optional parameters.

PrivateZonesGetOptionalParams

Optional parameters.

PrivateZonesListByResourceGroupNextOptionalParams

Optional parameters.

PrivateZonesListByResourceGroupOptionalParams

Optional parameters.

PrivateZonesListNextOptionalParams

Optional parameters.

PrivateZonesListOptionalParams

Optional parameters.

PrivateZonesUpdateOptionalParams

Optional parameters.

ProxyResource

The resource model definition for an ARM proxy resource.

PtrRecord

A PTR record.

RecordSet

Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone.

RecordSetListResult

The response to a record set list operation.

RecordSets

Interface representing a RecordSets.

RecordSetsCreateOrUpdateOptionalParams

Optional parameters.

RecordSetsDeleteOptionalParams

Optional parameters.

RecordSetsGetOptionalParams

Optional parameters.

RecordSetsListByTypeNextOptionalParams

Optional parameters.

RecordSetsListByTypeOptionalParams

Optional parameters.

RecordSetsListNextOptionalParams

Optional parameters.

RecordSetsListOptionalParams

Optional parameters.

RecordSetsUpdateOptionalParams

Optional parameters.

Resource

The core properties of ARM resources

SoaRecord

An SOA record.

SrvRecord

An SRV record.

SubResource

Reference to another subresource.

TrackedResource

The resource model definition for a ARM tracked top level resource

TxtRecord

A TXT record.

VirtualNetworkLink

Describes a link to virtual network for a Private DNS zone.

VirtualNetworkLinkListResult

The response to a list virtual network link to Private DNS zone operation.

VirtualNetworkLinks

Interface representing a VirtualNetworkLinks.

VirtualNetworkLinksCreateOrUpdateOptionalParams

Optional parameters.

VirtualNetworkLinksDeleteOptionalParams

Optional parameters.

VirtualNetworkLinksGetOptionalParams

Optional parameters.

VirtualNetworkLinksListNextOptionalParams

Optional parameters.

VirtualNetworkLinksListOptionalParams

Optional parameters.

VirtualNetworkLinksUpdateOptionalParams

Optional parameters.

Type Aliases

PrivateZonesCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

PrivateZonesGetResponse

Contains response data for the get operation.

PrivateZonesListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

PrivateZonesListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

PrivateZonesListNextResponse

Contains response data for the listNext operation.

PrivateZonesListResponse

Contains response data for the list operation.

PrivateZonesUpdateResponse

Contains response data for the update operation.

ProvisioningState

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Creating
Updating
Deleting
Succeeded
Failed
Canceled

RecordSetsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

RecordSetsGetResponse

Contains response data for the get operation.

RecordSetsListByTypeNextResponse

Contains response data for the listByTypeNext operation.

RecordSetsListByTypeResponse

Contains response data for the listByType operation.

RecordSetsListNextResponse

Contains response data for the listNext operation.

RecordSetsListResponse

Contains response data for the list operation.

RecordSetsUpdateResponse

Contains response data for the update operation.

RecordType

Defines values for RecordType.

VirtualNetworkLinkState

Defines values for VirtualNetworkLinkState.
KnownVirtualNetworkLinkState can be used interchangeably with VirtualNetworkLinkState, this enum contains the known values that the service supports.

Known values supported by the service

InProgress
Completed

VirtualNetworkLinksCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

VirtualNetworkLinksGetResponse

Contains response data for the get operation.

VirtualNetworkLinksListNextResponse

Contains response data for the listNext operation.

VirtualNetworkLinksListResponse

Contains response data for the list operation.

VirtualNetworkLinksUpdateResponse

Contains response data for the update operation.

Enums

KnownProvisioningState

Known values of ProvisioningState that the service accepts.

KnownVirtualNetworkLinkState

Known values of VirtualNetworkLinkState that the service accepts.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.