EventGridDataConnection.BlobStorageEventType Property

Definition

Gets or sets the name of blob storage event type to process. Possible values include: 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.blobStorageEventType")]
public string BlobStorageEventType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.blobStorageEventType")>]
member this.BlobStorageEventType : string with get, set
Public Property BlobStorageEventType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to