Freigeben über


LiveDnsCore.CreateAaaaRecord-Methode

Diese API ist nicht CLS-kompatibel. 

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/CreateAaaaRecord", RequestNamespace := "http://livednscore.Live.com/",  _
    ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function CreateAaaaRecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    ipAddress As String, _
    deleteExisting As Boolean _
) As Guid
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateAaaaRecord", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public Guid CreateAaaaRecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string ipAddress,
    bool deleteExisting
)

Parameter

Rückgabewert

Typ: System.Guid

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace