/// <summary> /// No sending is needed as this is a Get cmdlet /// </summary> /// <param name="model">The model object with the data to be sent to the REST endpoints</param> protected override VulnerabilityAssessmentSettingsModel PersistChanges(VulnerabilityAssessmentSettingsModel model) { ModelAdapter.ClearVulnerabilityAssessmentSettings(model, GetServerName(), GetDatabaseName(), GetResourceTypeVaAppliesTo()); return(model); }