Share via


ManagedNamespaceListResult interface

The result of a request to list managed namespaces in a managed cluster.

Properties

nextLink

The URI to fetch the next page of results, if any.

value

The list of managed namespaces.

Property Details

The URI to fetch the next page of results, if any.

nextLink?: string

Property Value

string

value

The list of managed namespaces.

value?: ManagedNamespace[]

Property Value