Click or drag to resize

IWsDNSGetDNSRecords Method

Method can be used to retrieve a list DnsREcords in a specified input Dns zone.

Namespace:  WsDns
Assembly:  WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
WsResult<GetDNSRecordsResponse> GetDNSRecords(
	GetDNSRecordsRequest request
)

Parameters

request
Type: WsDns.WsRequest.DNSGetDNSRecordsRequest

Return Value

Type: WsResultGetDNSRecordsResponse
See Also