getSyncSet

The operation returns properties of a SyncSet. Uses Azure REST API version 2023-11-22. Other available API versions: 2022-09-04, 2023-04-01, 2023-07-01-preview, 2023-09-04. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native redhatopenshift [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

SyncSet represents a SyncSet for an Azure Red Hat OpenShift Cluster.

Parameters

argument

null


suspend fun getSyncSet(childResourceName: String, resourceGroupName: String, resourceName: String): GetSyncSetResult

Return

SyncSet represents a SyncSet for an Azure Red Hat OpenShift Cluster.

Parameters

childResourceName

The name of the SyncSet resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

The name of the OpenShift cluster resource.

See also


suspend fun getSyncSet(argument: suspend GetSyncSetPlainArgsBuilder.() -> Unit): GetSyncSetResult

Return

SyncSet represents a SyncSet for an Azure Red Hat OpenShift Cluster.

Parameters

argument

Builder for com.pulumi.azurenative.redhatopenshift.kotlin.inputs.GetSyncSetPlainArgs.

See also