RestorePointsOperations interface

Rozhraní reprezentující operace RestorePoints.

Vlastnosti

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
create

Operace k vytvoření bodu obnovení. Aktualizace vlastností existujícího bodu obnovení není povolena

delete
get

Operace pro získání bodu obnovení.

Podrobnosti vlastnosti

beginCreate

Upozornění

Toto rozhraní API je teď zastaralé.

use create instead

beginCreate: (resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<RestorePoint>, RestorePoint>>

Hodnota vlastnosti

(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<RestorePoint>, RestorePoint>>

beginCreateAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use create instead

beginCreateAndWait: (resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams) => Promise<RestorePoint>

Hodnota vlastnosti

(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams) => Promise<RestorePoint>

beginDelete

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDelete: (resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Hodnota vlastnosti

(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams) => Promise<void>

Hodnota vlastnosti

(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams) => Promise<void>

create

Operace k vytvoření bodu obnovení. Aktualizace vlastností existujícího bodu obnovení není povolena

create: (resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams) => PollerLike<OperationState<RestorePoint>, RestorePoint>

Hodnota vlastnosti

(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams) => PollerLike<OperationState<RestorePoint>, RestorePoint>

delete

delete: (resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Hodnota vlastnosti

(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Operace pro získání bodu obnovení.

get: (resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsGetOptionalParams) => Promise<RestorePoint>

Hodnota vlastnosti

(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsGetOptionalParams) => Promise<RestorePoint>