KubernetesClusterList interface
KubernetesClusterList represents a list of Kubernetes clusters.
Properties
next |
The link used to get the next page of operations. |
value | The list of additional details related to Kubernetes clusters. |
Property Details
nextLink
The link used to get the next page of operations.
nextLink?: string
Property Value
string
value
The list of additional details related to Kubernetes clusters.
value?: KubernetesCluster[]