@azure/template package
Classes
| WidgetAnalyticsClient |
Interfaces
| FakedSharedModel |
Faked shared model |
| PageSettings |
Options for the byPage method |
| PagedAsyncIterableIterator |
An interface that allows async iterable iteration both to completion and by page. |
| ResourceOperationStatusWidgetSuiteWidgetSuiteError |
Provides status details for long running operations. |
| RestorePollerOptions | |
| WidgetAnalyticsClientOptionalParams |
Optional parameters for the client. |
| WidgetSuite |
A widget. |
| WidgetsCreateOrUpdateWidgetOptionalParams |
Optional parameters. |
| WidgetsDeleteWidgetOptionalParams |
Optional parameters. |
| WidgetsGetWidgetOperationStatusOptionalParams |
Optional parameters. |
| WidgetsGetWidgetOptionalParams |
Optional parameters. |
| WidgetsListWidgetsOptionalParams |
Optional parameters. |
| WidgetsOperations |
Interface representing a Widgets operations. |
Type Aliases
| ContinuablePage |
An interface that describes a page of results. |
| OperationState |
Enum describing allowed operation states. Known values supported by the serviceNotStarted: The operation has not started. |
Enums
| KnownOperationState |
Enum describing allowed operation states. |
| KnownVersions |
Versions info. |
Functions
| restore |
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope. |
Function Details
restorePoller<TResponse, TResult>(WidgetAnalyticsClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.
function restorePoller<TResponse, TResult>(client: WidgetAnalyticsClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
Parameters
- client
- WidgetAnalyticsClient
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
Returns
PollerLike<OperationState<TResult>, TResult>