get Extension
Get particular Arc Extension of HCI Cluster. Azure REST API version: 2023-03-01. Other available API versions: 2022-12-15-preview, 2023-06-01, 2023-08-01.
Return
Details of a particular extension in HCI Cluster.
Parameters
argument
null
suspend fun getExtension(arcSettingName: String, clusterName: String, extensionName: String, resourceGroupName: String): GetExtensionResult
Return
Details of a particular extension in HCI Cluster.
See also
Parameters
arc Setting Name
The name of the proxy resource holding details of HCI ArcSetting information.
cluster Name
The name of the cluster.
extension Name
The name of the machine extension.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getExtension(argument: suspend GetExtensionPlainArgsBuilder.() -> Unit): GetExtensionResult
Return
Details of a particular extension in HCI Cluster.
See also
Parameters
argument
Builder for com.pulumi.azurenative.azurestackhci.kotlin.inputs.GetExtensionPlainArgs.