Share via


StorageBlobDeadLetterDestination Class

public class StorageBlobDeadLetterDestination
extends DeadLetterDestination

Information about the storage blob based dead letter destination.

Constructor Summary

Constructor Description
StorageBlobDeadLetterDestination()

Method Summary

Modifier and Type Method and Description
java.lang.String blobContainerName()

Get the name of the Storage blob container that is the destination of the deadletter events.

java.lang.String resourceId()

Get the Azure Resource ID of the storage account that is the destination of the deadletter events.

StorageBlobDeadLetterDestination withBlobContainerName(String blobContainerName)

Set the name of the Storage blob container that is the destination of the deadletter events.

StorageBlobDeadLetterDestination withResourceId(String resourceId)

Set the Azure Resource ID of the storage account that is the destination of the deadletter events.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

StorageBlobDeadLetterDestination

public StorageBlobDeadLetterDestination()

Method Details

blobContainerName

public String blobContainerName()

Get the name of the Storage blob container that is the destination of the deadletter events.

Returns:

the blobContainerName value

resourceId

public String resourceId()

Get the Azure Resource ID of the storage account that is the destination of the deadletter events.

Returns:

the resourceId value

withBlobContainerName

public StorageBlobDeadLetterDestination withBlobContainerName(String blobContainerName)

Set the name of the Storage blob container that is the destination of the deadletter events.

Parameters:

blobContainerName - the blobContainerName value to set

Returns:

the StorageBlobDeadLetterDestination object itself.

withResourceId

public StorageBlobDeadLetterDestination withResourceId(String resourceId)

Set the Azure Resource ID of the storage account that is the destination of the deadletter events.

Parameters:

resourceId - the resourceId value to set

Returns:

the StorageBlobDeadLetterDestination object itself.

Applies to