Exemple #1
0
 public SqlManager(RestClient restClient, string subscriptionId, string tenantId) :
     base(restClient, subscriptionId, SqlManagementClient.NewInstance(restClient))
 {
     Inner.SubscriptionId = subscriptionId;
     this.tenantId        = tenantId;
 }