getPowerShell72Module

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

automationAccountName

The name of the automation account.

moduleName

The name of module.

resourceGroupName

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

See also


Return

Definition of the module type.

Parameters

argument

Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetPowerShell72ModulePlainArgs.

See also