次の方法で共有


ScriptLogResource.GetAsync(Nullable<Int32>, CancellationToken) メソッド

定義

特定のデプロイ スクリプト名のデプロイ スクリプト ログを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}/logs/default
  • 操作IdDeploymentScripts_GetLogsDefault
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ScriptLogResource>> GetAsync (int? tail = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ScriptLogResource>>
override this.GetAsync : Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ScriptLogResource>>
Public Overridable Function GetAsync (Optional tail As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ScriptLogResource))

パラメーター

tail
Nullable<Int32>

デプロイ スクリプト ログの末尾から表示する行数。 有効な値は、1000 までの正の数値です。 'tail' が指定されていない場合は、使用可能なすべてのログが 4 mb のコンテナー インスタンス ログ容量まで表示されます。

cancellationToken
CancellationToken

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

戻り値

適用対象