Class SubscriptionDeletedEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.SubscriptionDeletedEventData
-
public class SubscriptionDeletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.EventGrid.SubscriptionDeletedEvent.
-
-
Constructor Summary
Constructors Constructor Description SubscriptionDeletedEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeventSubscriptionId()Get the Azure resource ID of the deleted event subscription.
-
-
-
Method Detail
-
eventSubscriptionId
public String eventSubscriptionId()
Get the Azure resource ID of the deleted event subscription.- Returns:
- the eventSubscriptionId value
-
-