SnapshotProperties interface
Properties used to configure a node pool snapshot.
Properties
| creation |
CreationData to be used to specify the source agent pool resource ID to create this snapshot. |
| snapshot |
The type of a snapshot. The default is NodePool. |
Property Details
creationData
CreationData to be used to specify the source agent pool resource ID to create this snapshot.
creationData?: CreationData
Property Value
snapshotType
The type of a snapshot. The default is NodePool.
snapshotType?: "NodePool" | "ManagedCluster"
Property Value
"NodePool" | "ManagedCluster"