Condividi tramite


GiVersionsOperations interface

Interfaccia che rappresenta un'operazione GiVersions.

Proprietà

get

Ottenere un giversione

listByLocation

Elencare le risorse GiVersion in base a SubscriptionLocationResource

Dettagli proprietà

get

Ottenere un giversione

get: (location: string, giversionname: string, options?: GiVersionsGetOptionalParams) => Promise<GiVersion>

Valore della proprietà

(location: string, giversionname: string, options?: GiVersionsGetOptionalParams) => Promise<GiVersion>

listByLocation

Elencare le risorse GiVersion in base a SubscriptionLocationResource

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

Valore della proprietà

(location: string, options?: GiVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<GiVersion, GiVersion[], PageSettings>