getHost

suspend fun getHost(argument: GetHostPlainArgs): GetHostResult

Implements host GET method. API Version: 2020-10-01-preview.

Return

Define the host.

Parameters

argument

null


suspend fun getHost(hostName: String, resourceGroupName: String): GetHostResult

Return

Define the host.

Parameters

hostName

Name of the host.

resourceGroupName

The Resource Group Name.

See also


suspend fun getHost(argument: suspend GetHostPlainArgsBuilder.() -> Unit): GetHostResult

Return

Define the host.

Parameters

argument

Builder for com.pulumi.azurenative.connectedvmwarevsphere.kotlin.inputs.GetHostPlainArgs.

See also