Click or drag to resize

WsDNSBaseSetDnsRecords Method

Method can be used to add a Dns zone owned by authenticated user.

Namespace:  WsDns
Assembly:  WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[AuthorizationAttribute]
public WsResult<SetDnsRecordsResponse> SetDnsRecords(
	SetDnsRecordsRequest request
)

Parameters

request
Type: WsDns.WsRequest.DNSSetDnsRecordsRequest

Return Value

Type: WsResultSetDnsRecordsResponse

Implements

IWsDNSSetDnsRecords(SetDnsRecordsRequest)
See Also