次の方法で共有


Deployments interface

デプロイを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, string, string, DeploymentsDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, string, string, DeploymentsDeleteOptionalParams)

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

get(string, string, string, string, string, DeploymentsGetOptionalParams)

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

listByDeviceGroup(string, string, string, string, DeploymentsListByDeviceGroupOptionalParams)

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

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Deployment>, Deployment>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

catalogName

string

カタログの名前

productName

string

製品の名前。

deviceGroupName

string

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

deploymentName

string

デプロイ名。 展開の作成に .default を使用し、関連付けられているデバイス グループの現在の展開を取得します。

resource
Deployment

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

options
DeploymentsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Deployment>, Deployment>>

beginCreateOrUpdateAndWait(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<Deployment>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

catalogName

string

カタログの名前

productName

string

製品の名前。

deviceGroupName

string

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

deploymentName

string

デプロイ名。 展開の作成に .default を使用し、関連付けられているデバイス グループの現在の展開を取得します。

resource
Deployment

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

options
DeploymentsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Deployment>

beginDelete(string, string, string, string, string, DeploymentsDeleteOptionalParams)

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

function beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

catalogName

string

カタログの名前

productName

string

製品の名前。

deviceGroupName

string

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

deploymentName

string

デプロイ名。 展開の作成に .default を使用し、関連付けられているデバイス グループの現在の展開を取得します。

options
DeploymentsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, string, DeploymentsDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

catalogName

string

カタログの名前

productName

string

製品の名前。

deviceGroupName

string

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

deploymentName

string

デプロイ名。 展開の作成に .default を使用し、関連付けられているデバイス グループの現在の展開を取得します。

options
DeploymentsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, string, string, DeploymentsGetOptionalParams)

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

function get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<Deployment>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

catalogName

string

カタログの名前

productName

string

製品の名前。

deviceGroupName

string

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

deploymentName

string

デプロイ名。 展開の作成に .default を使用し、関連付けられているデバイス グループの現在の展開を取得します。

options
DeploymentsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Deployment>

listByDeviceGroup(string, string, string, string, DeploymentsListByDeviceGroupOptionalParams)

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

function listByDeviceGroup(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeploymentsListByDeviceGroupOptionalParams): PagedAsyncIterableIterator<Deployment, Deployment[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

catalogName

string

カタログの名前

productName

string

製品の名前。

deviceGroupName

string

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

options
DeploymentsListByDeviceGroupOptionalParams

オプション パラメーター。

戻り値