次の方法で共有


ScriptExecutionResource.GetExecutionLogs メソッド

定義

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

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

パラメーター

scriptOutputStreamType
IEnumerable<ScriptOutputStreamType>

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

cancellationToken
CancellationToken

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

戻り値

適用対象