次の方法で共有


ScriptExecutionResource.GetExecutionLogsAsync メソッド

定義

スクリプト実行リソースのログを返す

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptExecutions/{scriptExecutionName}/getExecutionLogs
  • 操作IdScriptExecutions_GetExecutionLogs
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.ScriptExecutionResource>> GetExecutionLogsAsync (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Avs.Models.ScriptOutputStreamType> scriptOutputStreamType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExecutionLogsAsync : seq<Azure.ResourceManager.Avs.Models.ScriptOutputStreamType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.ScriptExecutionResource>>
override this.GetExecutionLogsAsync : seq<Azure.ResourceManager.Avs.Models.ScriptOutputStreamType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.ScriptExecutionResource>>
Public Overridable Function GetExecutionLogsAsync (Optional scriptOutputStreamType As IEnumerable(Of ScriptOutputStreamType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ScriptExecutionResource))

パラメーター

scriptOutputStreamType
IEnumerable<ScriptOutputStreamType>

返される出力ストリームの名前。 指定しない場合、 はすべてを返します。 空の配列は何も返しません。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象