RestorePointCollectionsOperations interface
Rozhraní reprezentující operace RestorePointCollections.
Vlastnosti
| begin |
|
| begin |
|
| create |
Operace vytvoření nebo aktualizace kolekce bodů obnovení. Další podrobnosti najdete v https://aka.ms/RestorePoints. Při aktualizaci kolekce bodů obnovení lze měnit pouze značky. |
| delete | |
| get | Operace pro získání kolekce bodů obnovení. |
| list | Získá seznam kolekcí bodů obnovení ve skupině prostředků. |
| list |
Získá seznam kolekcí bodů obnovení v předplatném. Pomocí vlastnosti nextLink v odpovědi získáte další stránku kolekcí bodů obnovení. To proveďte, dokud nextLink není null pro načtení všech kolekcí bodů obnovení. |
| update | Operace aktualizace kolekce bodů obnovení. |
Podrobnosti vlastnosti
beginDelete
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDelete: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Hodnota vlastnosti
(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<void>
Hodnota vlastnosti
(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<void>
createOrUpdate
Operace vytvoření nebo aktualizace kolekce bodů obnovení. Další podrobnosti najdete v https://aka.ms/RestorePoints. Při aktualizaci kolekce bodů obnovení lze měnit pouze značky.
createOrUpdate: (resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollection, options?: RestorePointCollectionsCreateOrUpdateOptionalParams) => Promise<RestorePointCollection>
Hodnota vlastnosti
(resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollection, options?: RestorePointCollectionsCreateOrUpdateOptionalParams) => Promise<RestorePointCollection>
delete
delete: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Hodnota vlastnosti
(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Operace pro získání kolekce bodů obnovení.
get: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsGetOptionalParams) => Promise<RestorePointCollection>
Hodnota vlastnosti
(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsGetOptionalParams) => Promise<RestorePointCollection>
list
Získá seznam kolekcí bodů obnovení ve skupině prostředků.
list: (resourceGroupName: string, options?: RestorePointCollectionsListOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>
Hodnota vlastnosti
(resourceGroupName: string, options?: RestorePointCollectionsListOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>
listAll
Získá seznam kolekcí bodů obnovení v předplatném. Pomocí vlastnosti nextLink v odpovědi získáte další stránku kolekcí bodů obnovení. To proveďte, dokud nextLink není null pro načtení všech kolekcí bodů obnovení.
listAll: (options?: RestorePointCollectionsListAllOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>
Hodnota vlastnosti
(options?: RestorePointCollectionsListAllOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>
update
Operace aktualizace kolekce bodů obnovení.
update: (resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollectionUpdate, options?: RestorePointCollectionsUpdateOptionalParams) => Promise<RestorePointCollection>
Hodnota vlastnosti
(resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollectionUpdate, options?: RestorePointCollectionsUpdateOptionalParams) => Promise<RestorePointCollection>