Share via


EventGridModelFactory.ResourceNotificationsResourceUpdatedDetails Method

Definition

Initializes a new instance of ResourceNotificationsResourceUpdatedDetails.

public static Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedDetails ResourceNotificationsResourceUpdatedDetails (string id = default, string name = default, string resourceType = default, string location = default, System.Collections.Generic.IReadOnlyDictionary<string,string> resourceTags = default, System.Collections.Generic.IReadOnlyDictionary<string,object> properties = default);
static member ResourceNotificationsResourceUpdatedDetails : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Messaging.EventGrid.SystemEvents.ResourceNotificationsResourceUpdatedDetails
Public Shared Function ResourceNotificationsResourceUpdatedDetails (Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing, Optional location As String = Nothing, Optional resourceTags As IReadOnlyDictionary(Of String, String) = Nothing, Optional properties As IReadOnlyDictionary(Of String, Object) = Nothing) As ResourceNotificationsResourceUpdatedDetails

Parameters

id
String

id of the resource for which the event is being emitted.

name
String

name of the resource for which the event is being emitted.

resourceType
String

the type of the resource for which the event is being emitted.

location
String

the location of the resource for which the event is being emitted.

resourceTags
IReadOnlyDictionary<String,String>

the tags on the resource for which the event is being emitted.

properties
IReadOnlyDictionary<String,Object>

properties in the payload of the resource for which the event is being emitted.

Returns

A new ResourceNotificationsResourceUpdatedDetails instance for mocking.

Applies to