StorageBlobDeadLetterDestination Class

public final 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
String blobContainerName()

Get the blobContainerName property: The name of the Storage blob container that is the destination of the deadletter events.

String resourceId()

Get the resourceId property: The Azure Resource ID of the storage account that is the destination of the deadletter events.

void validate()

Validates the instance.

StorageBlobDeadLetterDestination withBlobContainerName(String blobContainerName)

Set the blobContainerName property: The name of the Storage blob container that is the destination of the deadletter events.

StorageBlobDeadLetterDestination withResourceId(String resourceId)

Set the resourceId property: The Azure Resource ID of the storage account that is the destination of the deadletter events.

Methods inherited from DeadLetterDestination

Methods inherited from java.lang.Object

Constructor Details

StorageBlobDeadLetterDestination

public StorageBlobDeadLetterDestination()

Method Details

blobContainerName

public String blobContainerName()

Get the blobContainerName property: 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 resourceId property: The Azure Resource ID of the storage account that is the destination of the deadletter events.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

Overrides:

StorageBlobDeadLetterDestination.validate()

withBlobContainerName

public StorageBlobDeadLetterDestination withBlobContainerName(String blobContainerName)

Set the blobContainerName property: 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 resourceId property: 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

Azure SDK for Java

Latest