SystemVersionsOperations interface
Schnittstelle, die einen SystemVersions-Vorgang darstellt.
Eigenschaften
| get | Abrufen einer SystemVersion |
| list |
Auflisten von SystemVersion-Ressourcen nach SubscriptionLocationResource |
Details zur Eigenschaft
get
Abrufen einer SystemVersion
get: (location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
Eigenschaftswert
(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
listByLocation
Auflisten von SystemVersion-Ressourcen nach SubscriptionLocationResource
listByLocation: (location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>
Eigenschaftswert
(location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>