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