get Managed Cluster Snapshot
suspend fun getManagedClusterSnapshot(argument: GetManagedClusterSnapshotPlainArgs): GetManagedClusterSnapshotResult
A managed cluster snapshot resource. Uses Azure REST API version 2023-05-02-preview. Other available API versions: 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-02-preview, 2023-10-02-preview, 2023-11-02-preview, 2024-01-02-preview, 2024-02-02-preview, 2024-03-02-preview, 2024-04-02-preview, 2024-05-02-preview, 2024-06-02-preview, 2024-07-02-preview, 2024-09-02-preview, 2024-10-02-preview.
Return
A managed cluster snapshot resource.
Parameters
argument
null
suspend fun getManagedClusterSnapshot(resourceGroupName: String, resourceName: String): GetManagedClusterSnapshotResult
Return
A managed cluster snapshot resource.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the managed cluster resource.
See also
suspend fun getManagedClusterSnapshot(argument: suspend GetManagedClusterSnapshotPlainArgsBuilder.() -> Unit): GetManagedClusterSnapshotResult
Return
A managed cluster snapshot resource.
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetManagedClusterSnapshotPlainArgs.