WatchlistsOperations interface
Interface representing a Watchlists operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create or update a Watchlist and its Watchlist Items (bulk creation, e.g. through text/csv content type). To create a Watchlist and its Items, we should call this endpoint with rawContent and contentType properties. |
| delete | Delete a watchlist. |
| get | Get a watchlist, without its watchlist items. |
| list | Get all watchlists, without watchlist items. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Watchlist>, Watchlist>>
Property Value
(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Watchlist>, Watchlist>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams) => Promise<Watchlist>
Property Value
(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams) => Promise<Watchlist>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams) => Promise<void>
createOrUpdate
Create or update a Watchlist and its Watchlist Items (bulk creation, e.g. through text/csv content type). To create a Watchlist and its Items, we should call this endpoint with rawContent and contentType properties.
createOrUpdate: (resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Watchlist>, Watchlist>
Property Value
(resourceGroupName: string, workspaceName: string, watchlistAlias: string, watchlist: Watchlist, options?: WatchlistsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Watchlist>, Watchlist>
delete
Delete a watchlist.
delete: (resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a watchlist, without its watchlist items.
get: (resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsGetOptionalParams) => Promise<Watchlist>
Property Value
(resourceGroupName: string, workspaceName: string, watchlistAlias: string, options?: WatchlistsGetOptionalParams) => Promise<Watchlist>
list
Get all watchlists, without watchlist items.
list: (resourceGroupName: string, workspaceName: string, options?: WatchlistsListOptionalParams) => PagedAsyncIterableIterator<Watchlist, Watchlist[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: WatchlistsListOptionalParams) => PagedAsyncIterableIterator<Watchlist, Watchlist[], PageSettings>