Uses of Class
com.azure.resourcemanager.eventgrid.models.StorageBlobDeadLetterDestination
-
Packages that use StorageBlobDeadLetterDestination Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of StorageBlobDeadLetterDestination in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return StorageBlobDeadLetterDestination Modifier and Type Method Description StorageBlobDeadLetterDestinationStorageBlobDeadLetterDestination. withBlobContainerName(String blobContainerName)Set the blobContainerName property: The name of the Storage blob container that is the destination of the deadletter events.StorageBlobDeadLetterDestinationStorageBlobDeadLetterDestination. withResourceId(String resourceId)Set the resourceId property: The Azure Resource ID of the storage account that is the destination of the deadletter events.
-