Partager via


SystemVersionsOperations interface

Interface représentant une opération SystemVersions.

Propriétés

get

Obtenir une version SystemVersion

listByLocation

Répertorier les ressources SystemVersion par SubscriptionLocationResource

Détails de la propriété

get

Obtenir une version SystemVersion

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

Valeur de propriété

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

listByLocation

Répertorier les ressources SystemVersion par SubscriptionLocationResource

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

Valeur de propriété

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