Beispiel #1
0
 public AzureClient(InteractiveAuthentication auth) :
     base(auth)
 {
     this.Analytics = new AdlClient.Commands.AnalyticsRmCommands(auth);
     this.Store     = new AdlClient.Commands.StoreRmCommands(auth);
     this.Graph     = new AdlClient.Commands.GraphCommands(auth);
 }
 public AzureClient(Authentication auth) :
     base(auth)
 {
     this.Analytics = new AdlClient.Commands.AnalyticsRmCommands(auth);
     this.Store     = new AdlClient.Commands.StoreRmCommands(auth);
 }