/// <summary>
 /// Initializes a new instance of the <see cref="GetAzureSqlDatabaseServerFirewallRule"/> class.
 /// </summary>
 /// <param name="channel">Channel used for communication with Azure's service management APIs.</param>
 public GetAzureSqlDatabaseServerFirewallRule(ISqlDatabaseManagement channel)
 {
     this.Channel = channel;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="StartAzureSqlDatabaseImport"/> class.
 /// </summary>
 /// <param name="channel">
 /// Channel used for communication with Azure's service management APIs.
 /// </param>
 public StartAzureSqlDatabaseImport(ISqlDatabaseManagement channel)
 {
     this.Channel = channel;
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the 
 /// <see cref="GetAzureSqlDatabaseServer"/> class.
 /// </summary>
 /// <param name="channel">
 /// Channel used for communication with Azure's service management APIs.
 /// </param>
 public GetAzureSqlDatabaseServer(ISqlDatabaseManagement channel)
 {
     this.Channel = channel;
 }
コード例 #4
0
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="RemoveAzureSqlDatabaseServerFirewallRule"/> class.
 /// </summary>
 /// <param name="channel">
 /// Channel used for communication with Azure's service management APIs.
 /// </param>
 public RemoveAzureSqlDatabaseServerFirewallRule(ISqlDatabaseManagement channel)
 {
     this.Channel = channel;
 }
コード例 #5
0
 /// <summary>
 /// Initializes a new instance of the 
 /// <see cref="GetAzureSqlDatabaseImportExportStatus"/> class.
 /// </summary>
 /// <param name="channel">
 /// Channel used for communication with Azure's service management APIs.
 /// </param>
 public GetAzureSqlDatabaseImportExportStatus(ISqlDatabaseManagement channel)
 {
     this.Channel = channel;
 }
コード例 #6
0
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="SetAzureSqlDatabaseServer"/> class.
 /// </summary>
 /// <param name="channel">
 /// Channel used for communication with Azure's service management APIs.
 /// </param>
 public SetAzureSqlDatabaseServer(ISqlDatabaseManagement channel)
 {
     this.Channel = channel;
 }