OccurrencesOperations interface
Interface representing a Occurrences operations.
Properties
| cancel | Cancel the occurrence so its pending operations do not run. |
| delay | Delay the occurrence to a later time. |
| get | Get a Occurrence |
| list |
List Occurrence resources by ScheduledAction |
| list |
List resources attached to Scheduled Actions for the given occurrence |
Property Details
cancel
Cancel the occurrence so its pending operations do not run.
cancel: (resourceGroupName: string, scheduledActionName: string, occurrenceId: string, body: CancelOccurrenceRequest, options?: OccurrencesCancelOptionalParams) => PollerLike<OperationState<ResourceOperationResponse>, ResourceOperationResponse>
Property Value
(resourceGroupName: string, scheduledActionName: string, occurrenceId: string, body: CancelOccurrenceRequest, options?: OccurrencesCancelOptionalParams) => PollerLike<OperationState<ResourceOperationResponse>, ResourceOperationResponse>
delay
Delay the occurrence to a later time.
delay: (resourceGroupName: string, scheduledActionName: string, occurrenceId: string, body: DelayRequest, options?: OccurrencesDelayOptionalParams) => PollerLike<OperationState<ResourceOperationResponse>, ResourceOperationResponse>
Property Value
(resourceGroupName: string, scheduledActionName: string, occurrenceId: string, body: DelayRequest, options?: OccurrencesDelayOptionalParams) => PollerLike<OperationState<ResourceOperationResponse>, ResourceOperationResponse>
get
Get a Occurrence
get: (resourceGroupName: string, scheduledActionName: string, occurrenceId: string, options?: OccurrencesGetOptionalParams) => Promise<Occurrence>
Property Value
(resourceGroupName: string, scheduledActionName: string, occurrenceId: string, options?: OccurrencesGetOptionalParams) => Promise<Occurrence>
listByScheduledAction
List Occurrence resources by ScheduledAction
listByScheduledAction: (resourceGroupName: string, scheduledActionName: string, options?: OccurrencesListByScheduledActionOptionalParams) => PagedAsyncIterableIterator<Occurrence, Occurrence[], PageSettings>
Property Value
(resourceGroupName: string, scheduledActionName: string, options?: OccurrencesListByScheduledActionOptionalParams) => PagedAsyncIterableIterator<Occurrence, Occurrence[], PageSettings>
listResources
List resources attached to Scheduled Actions for the given occurrence
listResources: (resourceGroupName: string, scheduledActionName: string, occurrenceId: string, options?: OccurrencesListResourcesOptionalParams) => PagedAsyncIterableIterator<OccurrenceResource, OccurrenceResource[], PageSettings>
Property Value
(resourceGroupName: string, scheduledActionName: string, occurrenceId: string, options?: OccurrencesListResourcesOptionalParams) => PagedAsyncIterableIterator<OccurrenceResource, OccurrenceResource[], PageSettings>