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/UpdateAaaaRecord", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateAaaaRecord ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
ipAddress As String _
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateAaaaRecord", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateAaaaRecord(
string ownerName,
Guid resourceRecordId,
uint ttl,
string ipAddress
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/UpdateAaaaRecord", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void UpdateAaaaRecord(
String^ ownerName,
Guid resourceRecordId,
unsigned int ttl,
String^ ipAddress
)
[<CLSCompliantAttribute(false)>]
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/UpdateAaaaRecord", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member UpdateAaaaRecord :
ownerName:string *
resourceRecordId:Guid *
ttl:uint32 *
ipAddress:string -> unit
public function UpdateAaaaRecord(
ownerName : String,
resourceRecordId : Guid,
ttl : uint,
ipAddress : String
)
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- ttl
Type: System.UInt32
- ipAddress
Type: System.String
.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.