GetPowerShell72ModulePlainArgs

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

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 name of module.

Link copied to clipboard

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

Functions

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