Interface BlobContainer.DefinitionStages.WithMetadata

All Known Subinterfaces:
BlobContainer.Definition, BlobContainer.DefinitionStages.WithCreate
Enclosing interface:
BlobContainer.DefinitionStages

public static interface BlobContainer.DefinitionStages.WithMetadata
The stage of the blobcontainer definition allowing to specify Metadata.
  • Method Details

    • withMetadata

      Specifies metadata.
      Parameters:
      metadata - A name-value pair to associate with the container as metadata
      Returns:
      the next definition stage
    • withMetadata

      Specifies a singluar instance of metadata.
      Parameters:
      name - A name to associate with the container as metadata
      value - A value to associate with the container as metadata
      Returns:
      the next definition stage