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

DigitalTwinsClient.DecommissionModel(String, CancellationToken) 方法

定义

同步解除模型授权。

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

参数

modelId
String

要解除授权的模型的 ID。

cancellationToken
CancellationToken

取消标记。

返回

HTTP 响应 Response

例外

从服务中捕获错误的异常。 有关更多详细信息, ErrorCode 请查看 和 Status 属性。

当 为 nullmodelId,将引发异常。

注解

解除模型授权后,新的数字孪生体将无法再由此模型定义。 但是,现有数字孪生体可能继续使用此模型。 模型停用后,可能无法重新授权。

有关更多示例,请参阅 我们的存储库示例

适用于

另请参阅