Deployments interface

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

メソッド

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

Cognitive Services アカウントに関連付けられている指定されたデプロイの状態を更新します。

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

Cognitive Services アカウントに関連付けられている指定されたデプロイの状態を更新します。

beginDelete(string, string, string, DeploymentsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたデプロイを削除します。

beginDeleteAndWait(string, string, string, DeploymentsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたデプロイを削除します。

get(string, string, string, DeploymentsGetOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたデプロイを取得します。

list(string, string, DeploymentsListOptionalParams)

Cognitive Services アカウントに関連付けられているデプロイを取得します。

メソッドの詳細

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

Cognitive Services アカウントに関連付けられている指定されたデプロイの状態を更新します。

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, deploymentName: string, deployment: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Deployment>, Deployment>>

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

deploymentName

string

Cognitive Services アカウントに関連付けられているデプロイの名前

deployment
Deployment

配置プロパティです。

options
DeploymentsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

Cognitive Services アカウントに関連付けられている指定されたデプロイの状態を更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, deploymentName: string, deployment: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<Deployment>

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

deploymentName

string

Cognitive Services アカウントに関連付けられているデプロイの名前

deployment
Deployment

配置プロパティです。

options
DeploymentsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Deployment>

beginDelete(string, string, string, DeploymentsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたデプロイを削除します。

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

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

deploymentName

string

Cognitive Services アカウントに関連付けられているデプロイの名前

options
DeploymentsDeleteOptionalParams

options パラメーター。

戻り値

Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, DeploymentsDeleteOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたデプロイを削除します。

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

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

deploymentName

string

Cognitive Services アカウントに関連付けられているデプロイの名前

options
DeploymentsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, DeploymentsGetOptionalParams)

Cognitive Services アカウントに関連付けられている指定されたデプロイを取得します。

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

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

deploymentName

string

Cognitive Services アカウントに関連付けられているデプロイの名前

options
DeploymentsGetOptionalParams

options パラメーター。

戻り値

Promise<Deployment>

list(string, string, DeploymentsListOptionalParams)

Cognitive Services アカウントに関連付けられているデプロイを取得します。

function list(resourceGroupName: string, accountName: string, options?: DeploymentsListOptionalParams): PagedAsyncIterableIterator<Deployment, Deployment[], PageSettings>

パラメーター

resourceGroupName

string

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

accountName

string

Cognitive Services アカウントの名前。

options
DeploymentsListOptionalParams

options パラメーター。

戻り値