Condividi tramite


SystemVersionsOperations interface

Interfaccia che rappresenta un'operazione SystemVersions.

Proprietà

get

Ottenere un SystemVersion

listByLocation

Elencare le risorse SystemVersion in base a SubscriptionLocationResource

Dettagli proprietà

get

Ottenere un SystemVersion

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

Valore della proprietà

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

listByLocation

Elencare le risorse SystemVersion in base a SubscriptionLocationResource

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

Valore della proprietà

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