Example #1
0
 public record Args(
     Uri OrderId,
     string Domain,
     string App,
     string Slot,
     string PreferredChain,
     string PrivateKey,
     Uri Server,
     string KeyPath,
     AzureOptions AzureOptions);
Example #2
0
 public record Args(
     Uri OrderId,
     string Domain,
     Uri Server,
     string KeyPath,
     AzureOptions AzureOptions);