get Hyperv Host Controller
suspend fun getHypervHostController(argument: GetHypervHostControllerPlainArgs): GetHypervHostControllerResult
Get a HypervHost Azure REST API version: 2023-06-06.
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.
See also
Parameters
host Name
Host name
resource Group Name
The name of the resource group. The name is case insensitive.
site Name
Site name
suspend fun getHypervHostController(argument: suspend GetHypervHostControllerPlainArgsBuilder.() -> Unit): GetHypervHostControllerResult
Return
A host resource belonging to a site resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.offazure.kotlin.inputs.GetHypervHostControllerPlainArgs.