Class StorageBlobDeadLetterDestinationProperties


  • public final class StorageBlobDeadLetterDestinationProperties
    extends Object
    Properties of the storage blob based dead letter destination.
    • Constructor Detail

      • StorageBlobDeadLetterDestinationProperties

        public StorageBlobDeadLetterDestinationProperties()
    • Method Detail

      • 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.
      • withResourceId

        public StorageBlobDeadLetterDestinationProperties 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 StorageBlobDeadLetterDestinationProperties object itself.
      • 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.
      • withBlobContainerName

        public StorageBlobDeadLetterDestinationProperties 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 StorageBlobDeadLetterDestinationProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.