LiveDnsCore.CreateCNameRecordAsync Method (String, String, UInt32, String, Boolean)
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub CreateCNameRecordAsync ( _
zoneName As String, _
ownerName As String, _
ttl As UInteger, _
cName As String, _
deleteExisting As Boolean _
)
[CLSCompliantAttribute(false)]
public void CreateCNameRecordAsync(
string zoneName,
string ownerName,
uint ttl,
string cName,
bool deleteExisting
)
[CLSCompliantAttribute(false)]
public:
void CreateCNameRecordAsync(
String^ zoneName,
String^ ownerName,
unsigned int ttl,
String^ cName,
bool deleteExisting
)
[<CLSCompliantAttribute(false)>]
member CreateCNameRecordAsync :
zoneName:string *
ownerName:string *
ttl:uint32 *
cName:string *
deleteExisting:bool -> unit
public function CreateCNameRecordAsync(
zoneName : String,
ownerName : String,
ttl : uint,
cName : String,
deleteExisting : boolean
)
Parameters
- zoneName
Type: System.String
- ownerName
Type: System.String
- ttl
Type: System.UInt32
- cName
Type: System.String
- deleteExisting
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.