SubscriptionDeletedEventData Constructors
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.
Overloads
SubscriptionDeletedEventData() | |
SubscriptionDeletedEventData(String) |
SubscriptionDeletedEventData()
public SubscriptionDeletedEventData ();
Public Sub New ()
Applies to
SubscriptionDeletedEventData(String)
public SubscriptionDeletedEventData (string eventSubscriptionId = default);
new Microsoft.Azure.EventGrid.Models.SubscriptionDeletedEventData : string -> Microsoft.Azure.EventGrid.Models.SubscriptionDeletedEventData
Public Sub New (Optional eventSubscriptionId As String = Nothing)
Parameters
- eventSubscriptionId
- String