LiveDnsCore.CreateSrvRecord, méthode
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.TeamFoundation.Framework.Server.Alm
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateSrvRecord", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
<CLSCompliantAttribute(False)> _
Public Function CreateSrvRecord ( _
zoneName As String, _
ownerName As String, _
ttl As UInteger, _
priority As UShort, _
weight As UShort, _
port As UShort, _
target As String, _
deleteExisting As Boolean _
) As Guid
[SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateSrvRecord", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
[CLSCompliantAttribute(false)]
public Guid CreateSrvRecord(
string zoneName,
string ownerName,
uint ttl,
ushort priority,
ushort weight,
ushort port,
string target,
bool deleteExisting
)
Paramètres
- zoneName
Type : System.String
- ownerName
Type : System.String
- ttl
Type : System.UInt32
- priority
Type : System.UInt16
- weight
Type : System.UInt16
- port
Type : System.UInt16
- target
Type : System.String
- deleteExisting
Type : System.Boolean
Valeur de retour
Type : System.Guid
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.Framework.Server.Alm, espace de noms