Package version:

Interface DiskAccessList

The List disk access operation response.

interface DiskAccessList {
    nextLink?: string;
    value: DiskAccess[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources.

value: DiskAccess[]

A list of disk access resources.