DeploymentScriptsOperationsExtensions.GetLogs メソッド

定義

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

public static Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList GetLogs (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName);
static member GetLogs : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList
<Extension()>
Public Function GetLogs (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String) As ScriptLogsList

パラメーター

operations
IDeploymentScriptsOperations

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

resourceGroupName
String

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

scriptName
String

デプロイ スクリプトの名前。

戻り値

適用対象