ConfigureSourceScanOperations interface

Interface representing a ConfigureSourceScan operations.

Properties

beginExecute
beginExecuteAndWait
execute

Configures source scan for a protected item. This is an asynchronous operation. To know the status of the operation, call GetProtectedItemOperationResult API.

Property Details

beginExecute

Warning

This API is now deprecated.

use execute instead

beginExecute: (resourceGroupName: string, vaultName: string, fabricName: string, containerName: string, protectedItemName: string, body: ProtectedItemConfigureSourceScanRequest, options?: ConfigureSourceScanExecuteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, vaultName: string, fabricName: string, containerName: string, protectedItemName: string, body: ProtectedItemConfigureSourceScanRequest, options?: ConfigureSourceScanExecuteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginExecuteAndWait

Warning

This API is now deprecated.

use execute instead

beginExecuteAndWait: (resourceGroupName: string, vaultName: string, fabricName: string, containerName: string, protectedItemName: string, body: ProtectedItemConfigureSourceScanRequest, options?: ConfigureSourceScanExecuteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, vaultName: string, fabricName: string, containerName: string, protectedItemName: string, body: ProtectedItemConfigureSourceScanRequest, options?: ConfigureSourceScanExecuteOptionalParams) => Promise<void>

execute

Configures source scan for a protected item. This is an asynchronous operation. To know the status of the operation, call GetProtectedItemOperationResult API.

execute: (resourceGroupName: string, vaultName: string, fabricName: string, containerName: string, protectedItemName: string, body: ProtectedItemConfigureSourceScanRequest, options?: ConfigureSourceScanExecuteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, vaultName: string, fabricName: string, containerName: string, protectedItemName: string, body: ProtectedItemConfigureSourceScanRequest, options?: ConfigureSourceScanExecuteOptionalParams) => PollerLike<OperationState<void>, void>