ResourceVersionStatus
Description:
An enum indicating whether a resource is current or out of date.
An enum indicating whether a resource is current or out of date.
public enum ResourceVersionStatus
| Name | Description |
|---|---|
| Current | The resource is up-to-date; this is is the most recent version of the resource. |
| OutOfDate | This is not the most recent version of the resource. |
| Unknown | It is not known whether the resource is current. |