mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-15 21:49:30 +00:00
7 lines
128 B
C#
7 lines
128 B
C#
namespace Net.Sdk.Web.Extensions.Azure.Options;
|
|
|
|
public interface IStorageAccountOptions
|
|
{
|
|
string AccountName { get; }
|
|
}
|