You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/eventgrid/Azure.Messaging.EventGrid/src/Azure.Messaging.EventGrid.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<PropertyGroup>
3
3
<Description>This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.</Description>
/// <summary> Initializes a new instance of HealthcareDicomImageCreatedEventData. </summary>
549
+
/// <param name="imageStudyInstanceUid"> Unique identifier for the Study. </param>
550
+
/// <param name="imageSeriesInstanceUid"> Unique identifier for the Series. </param>
551
+
/// <param name="imageSopInstanceUid"> Unique identifier for the DICOM Image. </param>
552
+
/// <param name="serviceHostName"> Domain name of the DICOM account for this image. </param>
553
+
/// <param name="sequenceNumber"> Sequence number of the DICOM Service within Azure Health Data Services. It is unique for every image creation and deletion within the service. </param>
554
+
/// <returns> A new <see cref="SystemEvents.HealthcareDicomImageCreatedEventData"/> instance for mocking. </returns>
/// <summary> Initializes a new instance of HealthcareDicomImageDeletedEventData. </summary>
562
+
/// <param name="imageStudyInstanceUid"> Unique identifier for the Study. </param>
563
+
/// <param name="imageSeriesInstanceUid"> Unique identifier for the Series. </param>
564
+
/// <param name="imageSopInstanceUid"> Unique identifier for the DICOM Image. </param>
565
+
/// <param name="serviceHostName"> Host name of the DICOM account for this image. </param>
566
+
/// <param name="sequenceNumber"> Sequence number of the DICOM Service within Azure Health Data Services. It is unique for every image creation and deletion within the service. </param>
567
+
/// <returns> A new <see cref="SystemEvents.HealthcareDicomImageDeletedEventData"/> instance for mocking. </returns>
Copy file name to clipboardExpand all lines: sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/AcsEmailDeliveryReportReceivedEventData.Serialization.cs
0 commit comments