<PackageReference Include="Azure.Storage.Blobs" Version="12.25.1" />

BlobContainerEncryptionScopeOptions

Encryption scope options to be used when creating a container.
namespace Azure.Storage.Blobs.Models { public class BlobContainerEncryptionScopeOptions { public string DefaultEncryptionScope { get; set; } public bool PreventEncryptionScopeOverride { get; set; } } }