Exemplo n.º 1
0
 public void Setup()
 {
     _client = Adlg2ClientFactory.BuildFilesystemClient(Configuration.Value("Account"),
                                                        Configuration.Value("Key"));
     _client.Create("filesystem-to-list");
     _client.Create("prefix-filesystem-to-list");
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _client = Adlg2ClientFactory.BuildFilesystemClient(Configuration.Value("Account"),
                                                        Configuration.Value("Key"));
     _client.Create("filesystem-to-delete-that-already-exists");
 }
 public void Setup()
 {
     _client = Adlg2ClientFactory.BuildFilesystemClient(Configuration.Value("Account"), Configuration.Value("TenantId"), Configuration.Value("ClientId"), Configuration.Value("ClientSecret"));
     _client.Create("filesystem-to-list-with-oauth");
 }
Exemplo n.º 4
0
 public void Setup()
 {
     _client = Adlg2ClientFactory.BuildFilesystemClient(Configuration.Value("Account"), Configuration.Value("Key"));
     _client.Create("get-blank-properties");
 }
 public void Setup()
 {
     _client = Adlg2ClientFactory.BuildFilesystemClientWithSharedAccessSignature(Configuration.Value("Account"), Configuration.Value("SharedAccessSignature"));
     _client.Create("filesystem-to-list-with-sas");
 }