Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the UpdateProtectionProfileInput
 /// class with required arguments.
 /// </summary>
 public UpdateProtectionProfileInput(ProtectionProfileProviderSpecificInput replicationProviderSettings)
     : this()
 {
     if (replicationProviderSettings == null)
     {
         throw new ArgumentNullException("replicationProviderSettings");
     }
     this.ReplicationProviderSettings = replicationProviderSettings;
 }
 /// <summary>
 /// Initializes a new instance of the UpdateProtectionProfileInput
 /// class with required arguments.
 /// </summary>
 public UpdateProtectionProfileInput(ProtectionProfileProviderSpecificInput replicationProviderSettings)
     : this()
 {
     if (replicationProviderSettings == null)
     {
         throw new ArgumentNullException("replicationProviderSettings");
     }
     this.ReplicationProviderSettings = replicationProviderSettings;
 }