Compartir a través de


LiveDnsCore.CreateARecord (Método)

Esta API no es conforme a CLS. 

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server.Alm
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
<SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateARecord", RequestNamespace := "http://livednscore.Live.com/",  _
    ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function CreateARecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    ipAddress As String, _
    deleteExisting As Boolean _
) As Guid
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateARecord", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public Guid CreateARecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string ipAddress,
    bool deleteExisting
)

Parámetros

Valor devuelto

Tipo: System.Guid

Seguridad de .NET Framework

Vea también

Referencia

LiveDnsCore Clase

Microsoft.TeamFoundation.Framework.Server.Alm (Espacio de nombres)