IWsDNSJsonpGetDNSRecords 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]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetDNSRecords/{jsonp}/{userName}/{token}/{dnsServiceID}")]
Stream GetDNSRecords(
string jsonp,
string userName,
string token,
string dnsServiceID
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetDNSRecords/{jsonp}/{userName}/{token}/{dnsServiceID}")>
Function GetDNSRecords (
jsonp As String,
userName As String,
token As String,
dnsServiceID As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetDNSRecords/{jsonp}/{userName}/{token}/{dnsServiceID}")]
Stream^ GetDNSRecords(
String^ jsonp,
String^ userName,
String^ token,
String^ dnsServiceID
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetDNSRecords/{jsonp}/{userName}/{token}/{dnsServiceID}")>]
abstract GetDNSRecords :
jsonp : string *
userName : string *
token : string *
dnsServiceID : string -> Stream
function GetDNSRecords(
jsonp : String,
userName : String,
token : String,
dnsServiceID : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- dnsServiceID
- Type: SystemString
Return Value
Type:
Stream
See Also