次の方法で共有


IScriptExecutionsOperations.GetExecutionLogsWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Avs.Models.ScriptExecution>> GetExecutionLogsWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string scriptExecutionName, System.Collections.Generic.IList<string> scriptOutputStreamType = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExecutionLogsWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Avs.Models.ScriptExecution>>
Public Function GetExecutionLogsWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, scriptExecutionName As String, Optional scriptOutputStreamType As IList(Of String) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ScriptExecution))

パラメーター

resourceGroupName
String

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

privateCloudName
String

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

scriptExecutionName
String

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

scriptOutputStreamType
IList<String>

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

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象