Delen via


SystemVersions interface

Interface die een SystemVersions vertegenwoordigt.

Methoden

get(string, string, SystemVersionsGetOptionalParams)

Een SystemVersion ophalen

listByLocation(string, SystemVersionsListByLocationOptionalParams)

SystemVersion-resources per locatie weergeven

Methodedetails

get(string, string, SystemVersionsGetOptionalParams)

Een SystemVersion ophalen

function get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersion>

Parameters

location

string

De naam van de Azure-regio.

systemversionname

string

SystemVersion-naam

options
SystemVersionsGetOptionalParams

De optiesparameters.

Retouren

Promise<SystemVersion>

listByLocation(string, SystemVersionsListByLocationOptionalParams)

SystemVersion-resources per locatie weergeven

function listByLocation(location: string, options?: SystemVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>

Parameters

location

string

De naam van de Azure-regio.

options
SystemVersionsListByLocationOptionalParams

De optiesparameters.

Retouren