Aracılığıyla paylaş


SystemVersions interface

SystemVersions'ı temsil eden arabirim.

Yöntemler

get(string, string, SystemVersionsGetOptionalParams)

SystemVersion alma

listByLocation(string, SystemVersionsListByLocationOptionalParams)

SystemVersion kaynaklarını Konuma göre listeleme

Yöntem Ayrıntıları

get(string, string, SystemVersionsGetOptionalParams)

SystemVersion alma

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

Parametreler

location

string

Azure bölgesinin adı.

systemversionname

string

SystemVersion adı

options
SystemVersionsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<SystemVersion>

listByLocation(string, SystemVersionsListByLocationOptionalParams)

SystemVersion kaynaklarını Konuma göre listeleme

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

Parametreler

location

string

Azure bölgesinin adı.

options
SystemVersionsListByLocationOptionalParams

Seçenekler parametreleri.

Döndürülenler