次の方法で共有


TaskRunUpdateParameters interface

タスク実行を更新するためのパラメーター。

プロパティ

forceUpdateTag

実行要求の構成が変更されていない場合でも、実行を強制的に再実行する方法

identity

リソースの ID。

location

リソースの場所

runRequest

新しい実行の要求 (パラメーター)

tags

ARM リソース タグ。

プロパティの詳細

forceUpdateTag

実行要求の構成が変更されていない場合でも、実行を強制的に再実行する方法

forceUpdateTag?: string

プロパティ値

string

identity

リソースの ID。

identity?: IdentityProperties

プロパティ値

location

リソースの場所

location?: string

プロパティ値

string

runRequest

新しい実行の要求 (パラメーター)

runRequest?: RunRequestUnion

プロパティ値

tags

ARM リソース タグ。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}