getVCenter

Implements vCenter GET method. Uses Azure REST API version 2023-12-01. Other available API versions: 2022-07-15-preview, 2023-03-01-preview, 2023-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native connectedvmwarevsphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Defines the vCenter.

Parameters

argument

null


suspend fun getVCenter(resourceGroupName: String, vcenterName: String): GetVCenterResult

Return

Defines the vCenter.

Parameters

resourceGroupName

The Resource Group Name.

vcenterName

Name of the vCenter.

See also


suspend fun getVCenter(argument: suspend GetVCenterPlainArgsBuilder.() -> Unit): GetVCenterResult

Return

Defines the vCenter.

Parameters

argument

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

See also