StatefulUpdate interface 
有状态配置文件表示计算机在运行作业后将返回到池。
属性
| grace | 当没有备用代理时,计算机在运行工作负荷后应保留多长时间。 最大值为一周。 | 
| kind | 多态鉴别器,它指定此对象可以的不同类型的 | 
| max | 有状态计算机应该保留多长时间。 最大值为一周。 | 
继承属性
| resource | 定义池缓冲/备用代理。 | 
| resource | 定义如何提供池缓冲/备用代理。 | 
属性详细信息
		gracePeriodTimeSpan
	   
	当没有备用代理时,计算机在运行工作负荷后应保留多长时间。 最大值为一周。
gracePeriodTimeSpan?: string属性值
string
kind
多态鉴别器,它指定此对象可以的不同类型的
kind: "Stateful"属性值
"Stateful"
		maxAgentLifetime
	  
	有状态计算机应该保留多长时间。 最大值为一周。
maxAgentLifetime?: string属性值
string
继承属性详细信息
		resourcePredictions
	 
	定义池缓冲/备用代理。
resourcePredictions?: Record<string, unknown>属性值
Record<string, unknown>
		resourcePredictionsProfile
	  
	定义如何提供池缓冲/备用代理。
resourcePredictionsProfile?: ResourcePredictionsProfileUpdateUnion