Partilhar via


SystemVersions interface

Interface que representa um SystemVersions.

Métodos

get(string, string, SystemVersionsGetOptionalParams)

Obtenha uma versão do sistema

listByLocation(string, SystemVersionsListByLocationOptionalParams)

Listar recursos SystemVersion por local

Detalhes de Método

get(string, string, SystemVersionsGetOptionalParams)

Obtenha uma versão do sistema

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

Parâmetros

location

string

O nome da região do Azure.

systemversionname

string

Nome da versão do sistema

options
SystemVersionsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<SystemVersion>

listByLocation(string, SystemVersionsListByLocationOptionalParams)

Listar recursos SystemVersion por local

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

Parâmetros

location

string

O nome da região do Azure.

options
SystemVersionsListByLocationOptionalParams

Os parâmetros de opções.

Devoluções