你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CallRecording.Delete(Uri, CancellationToken) 方法

定义

Delete(Uri, CancellationToken) 操作从存储中删除指定内容。

public virtual Azure.Response Delete (Uri recordingLocation, System.Threading.CancellationToken cancellationToken = default);
abstract member Delete : Uri * System.Threading.CancellationToken -> Azure.Response
override this.Delete : Uri * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Delete (recordingLocation As Uri, Optional cancellationToken As CancellationToken = Nothing) As Response

参数

recordingLocation
Uri

包含 Uri 录制内容的 URL 位置的 。

cancellationToken
CancellationToken

可选 CancellationToken ,用于传播应取消操作的通知。

返回

描述 Response 操作的 。

注解

RequestFailedException如果发生故障,将引发 。

适用于