Freigeben über


SystemVersions interface

Schnittstelle, die eine SystemVersions darstellt.

Methoden

get(string, string, SystemVersionsGetOptionalParams)

Abrufen einer SystemVersion

listByLocation(string, SystemVersionsListByLocationOptionalParams)

Auflisten von SystemVersion-Ressourcen nach Speicherort

Details zur Methode

get(string, string, SystemVersionsGetOptionalParams)

Abrufen einer SystemVersion

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

Parameter

location

string

Der Name der Azure-Region.

systemversionname

string

SystemVersion-Name

options
SystemVersionsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<SystemVersion>

listByLocation(string, SystemVersionsListByLocationOptionalParams)

Auflisten von SystemVersion-Ressourcen nach Speicherort

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

Parameter

location

string

Der Name der Azure-Region.

options
SystemVersionsListByLocationOptionalParams

Die Optionsparameter.

Gibt zurück