ScopeAccessReviewInstanceResource.SendReminders(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An action to send reminders for an access review instance.
- Request Path. : /{scope}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/sendReminders.
- Operation Id. : ScopeAccessReviewInstances_SendReminders.
- Default Api Version. : 2021-12-01-preview.
- Resource. : ScopeAccessReviewInstanceResource.
public virtual Azure.Response SendReminders(System.Threading.CancellationToken cancellationToken = default);
abstract member SendReminders : System.Threading.CancellationToken -> Azure.Response
override this.SendReminders : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function SendReminders (Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.