Models interface

Interface representing a Models.

Methods

list(string, ModelsListOptionalParams)

List Models.

Method Details

list(string, ModelsListOptionalParams)

List Models.

function list(location: string, options?: ModelsListOptionalParams): PagedAsyncIterableIterator<Model, Model[], PageSettings>

Parameters

location

string

Resource location.

options
ModelsListOptionalParams

The options parameters.

Returns