The refresh status of a Trusted Advisor check.
 public RefreshTrustedAdvisorCheckResult WithStatus(TrustedAdvisorCheckRefreshStatus status)
 {
     this.status = status;
     return this;
 }
Esempio n. 2
0
 public RefreshTrustedAdvisorCheckResult WithStatus(TrustedAdvisorCheckRefreshStatus status)
 {
     this.status = status;
     return(this);
 }