get Managed Cluster Snapshot
suspend fun getManagedClusterSnapshot(argument: GetManagedClusterSnapshotPlainArgs): GetManagedClusterSnapshotResult
A managed cluster snapshot resource. Azure REST API version: 2023-05-02-preview. Other available API versions: 2023-06-02-preview, 2023-07-02-preview, 2023-08-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.
See also
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the managed cluster resource.
suspend fun getManagedClusterSnapshot(argument: suspend GetManagedClusterSnapshotPlainArgsBuilder.() -> Unit): GetManagedClusterSnapshotResult
Return
A managed cluster snapshot resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetManagedClusterSnapshotPlainArgs.