EventGridModelFactory.ResourceNotificationsResourceManagementDeletedEventData 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.
Initializes a new instance of ResourceNotificationsResourceManagementDeletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceManagementDeletedEventData ResourceNotificationsResourceManagementDeletedEventData (Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceDeletedDetails resourceDetails = default, Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails operationalDetails = default);
static member ResourceNotificationsResourceManagementDeletedEventData : Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceDeletedDetails * Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails -> Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceManagementDeletedEventData
Public Shared Function ResourceNotificationsResourceManagementDeletedEventData (Optional resourceDetails As ResourceNotificationsResourceDeletedDetails = Nothing, Optional operationalDetails As ResourceNotificationsOperationalDetails = Nothing) As ResourceNotificationsResourceManagementDeletedEventData
Parameters
- resourceDetails
- ResourceNotificationsResourceDeletedDetails
resourceInfo details for delete event.
- operationalDetails
- ResourceNotificationsOperationalDetails
details about operational info.
Returns
A new ResourceNotificationsResourceManagementDeletedEventData instance for mocking.
Applies to
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 .NET