LiveDnsCore.UpdateAaaaRecord Method

This API is not CLS-compliant. 

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace