get Power Shell72Module
suspend fun getPowerShell72Module(argument: GetPowerShell72ModulePlainArgs): GetPowerShell72ModuleResult
Retrieve the module identified by module name. Uses Azure REST API version 2023-11-01.
Return
Definition of the module type.
Parameters
argument
null
suspend fun getPowerShell72Module(automationAccountName: String, moduleName: String, resourceGroupName: String): GetPowerShell72ModuleResult
Return
Definition of the module type.
Parameters
automation Account Name
The name of the automation account.
module Name
The name of module.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPowerShell72Module(argument: suspend GetPowerShell72ModulePlainArgsBuilder.() -> Unit): GetPowerShell72ModuleResult
Return
Definition of the module type.
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetPowerShell72ModulePlainArgs.