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

EnrollmentGroupsClient.DeleteAsync 方法

定义

重载

DeleteAsync(EnrollmentGroup, CancellationToken)

删除注册组信息。

DeleteAsync(String, CancellationToken)

删除注册组。

DeleteAsync(EnrollmentGroup, CancellationToken)

删除注册组信息。

public System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Devices.Provisioning.Service.EnrollmentGroup enrollmentGroup, System.Threading.CancellationToken cancellationToken = default);
member this.DeleteAsync : Microsoft.Azure.Devices.Provisioning.Service.EnrollmentGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteAsync (enrollmentGroup As EnrollmentGroup, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

enrollmentGroup
EnrollmentGroup

EnrollmentGroup标识 enrollmentGroup 的 。 它不能为 null。

cancellationToken
CancellationToken

取消标记。

返回

例外

Microsoft.Azure.Devices.Provisioning.Service.DeviceProvisioningServiceException

如果服务无法删除提供的 enrollmentGroup的注册组信息。

如果提供的 enrollmentGroup 为 null。

如果服务无法删除提供的 enrollmentGroup的注册组信息。

如果提供的 cancellationToken 已请求取消。

适用于

DeleteAsync(String, CancellationToken)

删除注册组。

public System.Threading.Tasks.Task DeleteAsync (string enrollmentGroupId, System.Threading.CancellationToken cancellationToken = default);
member this.DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteAsync (enrollmentGroupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

enrollmentGroupId
String

标识 enrollmentGroup 的字符串。 该名称不能为 null 或为空。

cancellationToken
CancellationToken

取消标记。

返回

例外

Microsoft.Azure.Devices.Provisioning.Service.DeviceProvisioningServiceException

如果服务无法删除提供的 enrollmentGroupId的注册组信息。

如果提供的 enrollmentGroupId 为 null。

如果提供的 enrollmentGroupId 为空或空白。

如果服务无法删除提供的 enrollmentGroupId的注册组信息。

如果提供的 cancellationToken 已请求取消。

适用于