你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeviceGroups interface
表示 DeviceGroups 的接口。
方法
方法详细信息
beginClaimDevices(string, string, string, string, ClaimDevicesRequest, DeviceGroupsClaimDevicesOptionalParams)
批量声明设备。 仅将设备批量声明到目录时,对设备组和产品名称使用“.unassigned”或“.default”。
function beginClaimDevices(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, claimDevicesRequest: ClaimDevicesRequest, options?: DeviceGroupsClaimDevicesOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroupsClaimDevicesHeaders>, DeviceGroupsClaimDevicesHeaders>>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- claimDevicesRequest
- ClaimDevicesRequest
批量声明设备请求正文。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeviceGroupsClaimDevicesHeaders>, DeviceGroupsClaimDevicesHeaders>>
beginClaimDevicesAndWait(string, string, string, string, ClaimDevicesRequest, DeviceGroupsClaimDevicesOptionalParams)
批量声明设备。 仅将设备批量声明到目录时,对设备组和产品名称使用“.unassigned”或“.default”。
function beginClaimDevicesAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, claimDevicesRequest: ClaimDevicesRequest, options?: DeviceGroupsClaimDevicesOptionalParams): Promise<DeviceGroupsClaimDevicesHeaders>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- claimDevicesRequest
- ClaimDevicesRequest
批量声明设备请求正文。
选项参数。
返回
Promise<DeviceGroupsClaimDevicesHeaders>
beginCreateOrUpdate(string, string, string, string, DeviceGroup, DeviceGroupsCreateOrUpdateOptionalParams)
创建 DeviceGroup。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, resource: DeviceGroup, options?: DeviceGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroup>, DeviceGroup>>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- resource
- DeviceGroup
资源创建参数。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeviceGroup>, DeviceGroup>>
beginCreateOrUpdateAndWait(string, string, string, string, DeviceGroup, DeviceGroupsCreateOrUpdateOptionalParams)
创建 DeviceGroup。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, resource: DeviceGroup, options?: DeviceGroupsCreateOrUpdateOptionalParams): Promise<DeviceGroup>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- resource
- DeviceGroup
资源创建参数。
选项参数。
返回
Promise<DeviceGroup>
beginDelete(string, string, string, string, DeviceGroupsDeleteOptionalParams)
删除 DeviceGroup。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- options
- DeviceGroupsDeleteOptionalParams
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, DeviceGroupsDeleteOptionalParams)
删除 DeviceGroup。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- options
- DeviceGroupsDeleteOptionalParams
选项参数。
返回
Promise<void>
beginUpdate(string, string, string, string, DeviceGroupUpdate, DeviceGroupsUpdateOptionalParams)
更新 DeviceGroup。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function beginUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, properties: DeviceGroupUpdate, options?: DeviceGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeviceGroup>, DeviceGroup>>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- properties
- DeviceGroupUpdate
要更新的资源属性。
- options
- DeviceGroupsUpdateOptionalParams
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeviceGroup>, DeviceGroup>>
beginUpdateAndWait(string, string, string, string, DeviceGroupUpdate, DeviceGroupsUpdateOptionalParams)
更新 DeviceGroup。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function beginUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, properties: DeviceGroupUpdate, options?: DeviceGroupsUpdateOptionalParams): Promise<DeviceGroup>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- properties
- DeviceGroupUpdate
要更新的资源属性。
- options
- DeviceGroupsUpdateOptionalParams
选项参数。
返回
Promise<DeviceGroup>
countDevices(string, string, string, string, DeviceGroupsCountDevicesOptionalParams)
对设备组中的设备进行计数。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function countDevices(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsCountDevicesOptionalParams): Promise<CountDevicesResponse>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
选项参数。
返回
Promise<CountDevicesResponse>
get(string, string, string, string, DeviceGroupsGetOptionalParams)
获取 DeviceGroup。 “.default”和“.unassigned”是系统定义的值,不能用于产品或设备组名称。
function get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeviceGroupsGetOptionalParams): Promise<DeviceGroup>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
- deviceGroupName
-
string
设备组的名称。
- options
- DeviceGroupsGetOptionalParams
选项参数。
返回
Promise<DeviceGroup>
listByProduct(string, string, string, DeviceGroupsListByProductOptionalParams)
按产品列出 DeviceGroup 资源。 “.default”和“.unassigned”是系统定义的值,不能用于产品名称。
function listByProduct(resourceGroupName: string, catalogName: string, productName: string, options?: DeviceGroupsListByProductOptionalParams): PagedAsyncIterableIterator<DeviceGroup, DeviceGroup[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- catalogName
-
string
目录名称
- productName
-
string
产品名称。
选项参数。