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