Compartilhar via


SystemVersionsOperations interface

Interface que representa uma operação SystemVersions.

Propriedades

get

Obter um SystemVersion

listByLocation

Listar recursos SystemVersion por SubscriptionLocationResource

Detalhes da propriedade

get

Obter um SystemVersion

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

Valor da propriedade

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

listByLocation

Listar recursos SystemVersion por SubscriptionLocationResource

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

Valor da propriedade

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