次の方法で共有


ScriptExecutionsOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

プライベート クラウドでスクリプト実行を作成または更新する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.ScriptExecution> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Avs.IScriptExecutionsOperations operations, string resourceGroupName, string privateCloudName, string scriptExecutionName, Microsoft.Azure.Management.Avs.Models.ScriptExecution scriptExecution, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Avs.IScriptExecutionsOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.ScriptExecution * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.ScriptExecution>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IScriptExecutionsOperations, resourceGroupName As String, privateCloudName As String, scriptExecutionName As String, scriptExecution As ScriptExecution, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ScriptExecution)

パラメーター

operations
IScriptExecutionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

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

privateCloudName
String

プライベート クラウドの名前。

scriptExecutionName
String

ユーザーが呼び出したスクリプト実行リソースの名前

scriptExecution
ScriptExecution

プライベート クラウドで実行されているスクリプト

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象