ScheduledEvent interface
Interface representing a ScheduledEvent.
Methods
acknowledge(string, string, string, string, Scheduled |
Post Scheduled Event Acknowledgement |
Method Details
acknowledge(string, string, string, string, ScheduledEventAcknowledgeOptionalParams)
Post Scheduled Event Acknowledgement
function acknowledge(resourceGroupName: string, resourceType: string, resourceName: string, scheduledEventId: string, options?: ScheduledEventAcknowledgeOptionalParams): Promise<ScheduledEventApproveResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceType
-
string
Resource type
- resourceName
-
string
Resource Name
- scheduledEventId
-
string
Scheduled Event Id. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
The options parameters.
Returns
Promise<ScheduledEventApproveResponse>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript