BatchDeploymentTrackedResourceArmPaginatedResult interface

A paginated list of BatchDeployment entities.

Properties

nextLink

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

value

An array of objects of type BatchDeployment.

Property Details

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

nextLink?: string

Property Value

string

value

An array of objects of type BatchDeployment.

value?: BatchDeployment[]

Property Value