LiveDnsCore.CreateAaaaRecord 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
<CLSCompliantAttribute(False)> _
<SoapDocumentMethodAttribute("https://livednscore.Live.com/CreateAaaaRecord", RequestNamespace := "https://livednscore.Live.com/", _
ResponseNamespace := "https://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("https://livednscore.Live.com/CreateAaaaRecord", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public Guid CreateAaaaRecord(
string zoneName,
string ownerName,
uint ttl,
string ipAddress,
bool deleteExisting
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/CreateAaaaRecord", RequestNamespace = L"https://livednscore.Live.com/",
ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
Guid CreateAaaaRecord(
String^ zoneName,
String^ ownerName,
unsigned int ttl,
String^ ipAddress,
bool deleteExisting
)
[<CLSCompliantAttribute(false)>]
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/CreateAaaaRecord", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member CreateAaaaRecord :
zoneName:string *
ownerName:string *
ttl:uint32 *
ipAddress:string *
deleteExisting:bool -> Guid
public function CreateAaaaRecord(
zoneName : String,
ownerName : String,
ttl : uint,
ipAddress : String,
deleteExisting : boolean
) : Guid
Parameters
- zoneName
Type: System.String
- ownerName
Type: System.String
- ttl
Type: System.UInt32
- ipAddress
Type: System.String
- deleteExisting
Type: System.Boolean
Return Value
Type: System.Guid
Returns Guid.
.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.