Share via


LiveDnsCore.CreateCNameRecord 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/CreateCNameRecord", RequestNamespace := "http://livednscore.Live.com/",  _
    ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
<CLSCompliantAttribute(False)> _
Public Function CreateCNameRecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    cName As String, _
    deleteExisting As Boolean _
) As Guid
[SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateCNameRecord", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
[CLSCompliantAttribute(false)]
public Guid CreateCNameRecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string cName,
    bool deleteExisting
)
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/CreateCNameRecord", RequestNamespace = L"http://livednscore.Live.com/", 
    ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal, 
    ParameterStyle = SoapParameterStyle::Wrapped)]
[CLSCompliantAttribute(false)]
public:
Guid CreateCNameRecord(
    String^ zoneName, 
    String^ ownerName, 
    unsigned int ttl, 
    String^ cName, 
    bool deleteExisting
)
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateCNameRecord", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)>]
[<CLSCompliantAttribute(false)>]
member CreateCNameRecord : 
        zoneName:string * 
        ownerName:string * 
        ttl:uint32 * 
        cName:string * 
        deleteExisting:bool -> Guid
public function CreateCNameRecord(
    zoneName : String, 
    ownerName : String, 
    ttl : uint, 
    cName : String, 
    deleteExisting : boolean
) : Guid

Parameters

Return Value

Type: System.Guid

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace