get Hyperv Host Controller
suspend fun getHypervHostController(argument: GetHypervHostControllerPlainArgs): GetHypervHostControllerResult
Get a HypervHost Uses Azure REST API version 2023-06-06. Other available API versions: 2023-10-01-preview, 2024-05-01-preview.
Return
A host resource belonging to a site resource.
Parameters
argument
null
suspend fun getHypervHostController(hostName: String, resourceGroupName: String, siteName: String): GetHypervHostControllerResult
Return
A host resource belonging to a site resource.
Parameters
host Name
Host name
resource Group Name
The name of the resource group. The name is case insensitive.
site Name
Site name
See also
suspend fun getHypervHostController(argument: suspend GetHypervHostControllerPlainArgsBuilder.() -> Unit): GetHypervHostControllerResult
Return
A host resource belonging to a site resource.
Parameters
argument
Builder for com.pulumi.azurenative.offazure.kotlin.inputs.GetHypervHostControllerPlainArgs.