Share via


LiveDnsCore.UpdateARecord Method

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

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace