Interface BlobContainer.UpdateStages.WithPublicAccess

  • All Known Subinterfaces:
    BlobContainer.Update
    Enclosing interface:
    BlobContainer.UpdateStages

    public static interface BlobContainer.UpdateStages.WithPublicAccess
    The stage of the blobcontainer update allowing to specify PublicAccess.
    • Method Detail

      • withPublicAccess

        BlobContainer.Update withPublicAccess​(PublicAccess publicAccess)
        Specifies publicAccess.
        Parameters:
        publicAccess - Specifies whether data in the container may be accessed publicly and the level of access. Possible values include: 'Container', 'Blob', 'None'
        Returns:
        the next update stage