/// <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; }