GetScriptExecutionLogsPlainArgs

data class GetScriptExecutionLogsPlainArgs(val privateCloudName: String, val resourceGroupName: String, val scriptExecutionName: String) : ConvertibleToJava<GetScriptExecutionLogsPlainArgs>

Constructors

Link copied to clipboard
constructor(privateCloudName: String, resourceGroupName: String, scriptExecutionName: String)

Properties

Link copied to clipboard

Name of the private cloud

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Name of the user-invoked script execution resource

Functions

Link copied to clipboard
open override fun toJava(): GetScriptExecutionLogsPlainArgs