getAgent

suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

Gets an Agent resource. API Version: 2022-07-01-preview.

Return

The Agent resource.

Parameters

argument

null


suspend fun getAgent(agentName: String, resourceGroupName: String, storageMoverName: String): GetAgentResult

Return

The Agent resource.

Parameters

agentName

The name of the Agent resource.

resourceGroupName

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

storageMoverName

The name of the Storage Mover resource.

See also


suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult

Return

The Agent resource.

Parameters

argument

Builder for com.pulumi.azurenative.storagemover.kotlin.inputs.GetAgentPlainArgs.

See also