GetModulePlainArgs

data class GetModulePlainArgs(val automationAccountName: String, val moduleName: String, val resourceGroupName: String) : ConvertibleToJava<GetModulePlainArgs>

Constructors

Link copied to clipboard
constructor(automationAccountName: String, moduleName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

The module name.

Link copied to clipboard

Name of an Azure Resource group.

Functions

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