Compartilhar via


SystemVersions interface

Interface que representa um SystemVersions.

Métodos

get(string, string, SystemVersionsGetOptionalParams)

Obter um SystemVersion

listByLocation(string, SystemVersionsListByLocationOptionalParams)

Listar recursos do SystemVersion por local

Detalhes do método

get(string, string, SystemVersionsGetOptionalParams)

Obter um SystemVersion

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

Parâmetros

location

string

O nome da região do Azure.

systemversionname

string

Nome de SystemVersion

options
SystemVersionsGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<SystemVersion>

listByLocation(string, SystemVersionsListByLocationOptionalParams)

Listar recursos do 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.

Retornos