次の方法で共有


DatastoreResourceArmPaginatedResult interface

A paginated list of Datastore entities.

Properties

nextLink

The link to the next page of Datastore objects. If null, there are no additional pages.

value

An array of objects of type Datastore.

Property Details

The link to the next page of Datastore objects. If null, there are no additional pages.

nextLink?: string

Property Value

string

value

An array of objects of type Datastore.

value?: Datastore[]

Property Value