次の方法で共有


DeviceGroups interface

DeviceGroups を表すインターフェイス。

メソッド

beginClaimDevices(string, string, string, string, ClaimDevicesRequest, DeviceGroupsClaimDevicesOptionalParams)

デバイスを一括要求します。 デバイスをカタログのみに一括要求する場合は、デバイス グループと製品名に '.unassigned' または '.default' を使用します。

beginClaimDevicesAndWait(string, string, string, string, ClaimDevicesRequest, DeviceGroupsClaimDevicesOptionalParams)

デバイスを一括要求します。 デバイスをカタログのみに一括要求する場合は、デバイス グループと製品名に '.unassigned' または '.default' を使用します。

beginCreateOrUpdate(string, string, string, string, DeviceGroup, DeviceGroupsCreateOrUpdateOptionalParams)

DeviceGroup を作成します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

beginCreateOrUpdateAndWait(string, string, string, string, DeviceGroup, DeviceGroupsCreateOrUpdateOptionalParams)

DeviceGroup を作成します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

beginDelete(string, string, string, string, DeviceGroupsDeleteOptionalParams)

DeviceGroup を削除します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

beginDeleteAndWait(string, string, string, string, DeviceGroupsDeleteOptionalParams)

DeviceGroup を削除します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

beginUpdate(string, string, string, string, DeviceGroupUpdate, DeviceGroupsUpdateOptionalParams)

DeviceGroup を更新します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

beginUpdateAndWait(string, string, string, string, DeviceGroupUpdate, DeviceGroupsUpdateOptionalParams)

DeviceGroup を更新します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

countDevices(string, string, string, string, DeviceGroupsCountDevicesOptionalParams)

デバイス グループ内のデバイスをカウントします。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

get(string, string, string, string, DeviceGroupsGetOptionalParams)

DeviceGroup を取得します。 '.default' と '.unassigned' はシステム定義の値であり、製品またはデバイス グループ名には使用できません。

listByProduct(string, string, string, DeviceGroupsListByProductOptionalParams)

DeviceGroup リソースを製品別に一覧表示します。 '.default' と '.unassigned' はシステム定義値であり、製品名には使用できません。

メソッドの詳細

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

デバイス要求本文を一括要求します。

options
DeviceGroupsClaimDevicesOptionalParams

options パラメーター。

戻り値

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

デバイス要求本文を一括要求します。

options
DeviceGroupsClaimDevicesOptionalParams

options パラメーター。

戻り値

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

リソース作成パラメーター。

options
DeviceGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

リソース作成パラメーター。

options
DeviceGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

デバイス グループの名前。

options
DeviceGroupsCountDevicesOptionalParams

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

製品の名前。

options
DeviceGroupsListByProductOptionalParams

options パラメーター。

戻り値