EventGridModelFactory.ResourceNotificationsHealthResourcesAnnotatedEventData 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 ResourceNotificationsHealthResourcesAnnotatedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsHealthResourcesAnnotatedEventData ResourceNotificationsHealthResourcesAnnotatedEventData (Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedDetails resourceDetails = default, Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails operationalDetails = default, string apiVersion = default);
static member ResourceNotificationsHealthResourcesAnnotatedEventData : Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedDetails * Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsOperationalDetails * string -> Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsHealthResourcesAnnotatedEventData
Public Shared Function ResourceNotificationsHealthResourcesAnnotatedEventData (Optional resourceDetails As ResourceNotificationsResourceUpdatedDetails = Nothing, Optional operationalDetails As ResourceNotificationsOperationalDetails = Nothing, Optional apiVersion As String = Nothing) As ResourceNotificationsHealthResourcesAnnotatedEventData
Parameters
- resourceDetails
- ResourceNotificationsResourceUpdatedDetails
resourceInfo details for update event.
- operationalDetails
- ResourceNotificationsOperationalDetails
details about operational info.
- apiVersion
- String
api version of the resource properties bag.
Returns
A new ResourceNotificationsHealthResourcesAnnotatedEventData 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