LiveDnsCore.UpdateARecordAsync-Methode (String, Guid, UInt32, String)
Diese API ist nicht CLS-kompatibel.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub UpdateARecordAsync ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
ipAddress As String _
)
[CLSCompliantAttribute(false)]
public void UpdateARecordAsync(
string ownerName,
Guid resourceRecordId,
uint ttl,
string ipAddress
)
Parameter
- ownerName
Typ: System.String
- resourceRecordId
Typ: System.Guid
- ttl
Typ: System.UInt32
- ipAddress
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.