/// <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 VulnerabilityAssessmentRuleBaselineModel PersistChanges(VulnerabilityAssessmentRuleBaselineModel model)
 {
     ModelAdapter.ClearVulnerabilityAssessmentRuleBaseline(model, GetServerName(), GetDatabaseName(), GetResourceTypeVaAppliesTo());
     return model;
 }
コード例 #2
0
 /// <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 VulnerabilityAssessmentRuleBaselineModel PersistChanges(VulnerabilityAssessmentRuleBaselineModel model)
 {
     ModelAdapter.ClearVulnerabilityAssessmentRuleBaseline(model, GetWorkspaceName(), GetSqlPoolName(), GetResourceTypeVaAppliesTo());
     return(model);
 }