Package version:

Interface DedicatedHostListResult

The list dedicated host operation response.

interface DedicatedHostListResult {
    nextLink?: string;
    value: DedicatedHost[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts.

value: DedicatedHost[]

The list of dedicated hosts