GetKubernetesNodePoolSnapshotResult

data class GetKubernetesNodePoolSnapshotResult(val id: String, val name: String, val resourceGroupName: String, val sourceNodePoolId: String, val tags: Map<String, String>)

A collection of values returned by getKubernetesNodePoolSnapshot.

Constructors

Link copied to clipboard
constructor(id: String, name: String, resourceGroupName: String, sourceNodePoolId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The ID of the source Node Pool.

Link copied to clipboard