Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<SoapDocumentMethodAttribute("http://livednscore.Live.com/EnumerateResourceRecordsByZone", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function EnumerateResourceRecordsByZone ( _
zoneName As String, _
recordType As ResourceRecordType, _
count As UInteger, _
startOwnerName As String, _
startResourceRecordId As Nullable(Of Guid) _
) As ResourceRecord()
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("http://livednscore.Live.com/EnumerateResourceRecordsByZone", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public ResourceRecord[] EnumerateResourceRecordsByZone(
string zoneName,
ResourceRecordType recordType,
uint count,
string startOwnerName,
Nullable<Guid> startResourceRecordId
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/EnumerateResourceRecordsByZone", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
array<ResourceRecord^>^ EnumerateResourceRecordsByZone(
String^ zoneName,
ResourceRecordType recordType,
unsigned int count,
String^ startOwnerName,
Nullable<Guid> startResourceRecordId
)
[<CLSCompliantAttribute(false)>]
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/EnumerateResourceRecordsByZone", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member EnumerateResourceRecordsByZone :
zoneName:string *
recordType:ResourceRecordType *
count:uint32 *
startOwnerName:string *
startResourceRecordId:Nullable<Guid> -> ResourceRecord[]
public function EnumerateResourceRecordsByZone(
zoneName : String,
recordType : ResourceRecordType,
count : uint,
startOwnerName : String,
startResourceRecordId : Nullable<Guid>
) : ResourceRecord[]
Parameters
- zoneName
Type: System.String
- recordType
Type: Microsoft.TeamFoundation.Framework.Server.Alm.ResourceRecordType
- count
Type: System.UInt32
- startOwnerName
Type: System.String
- startResourceRecordId
Type: System.Nullable<Guid>
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.ResourceRecord[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.