ImageDeprecationStatus Class  
Describes image deprecation status properties on the image.
Constructor
ImageDeprecationStatus(*, image_state: str | _models.ImageState | None = None, scheduled_deprecation_time: datetime | None = None, alternative_option: _models.AlternativeOption | None = None, **kwargs: Any)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 image_state 
	 | 
	
		 
				str or 
				ImageState
		 
		Describes the state of the image. Known values are: "Active", "ScheduledForDeprecation", and "Deprecated". Default value: None 
			 | 
| 
		 scheduled_deprecation_time 
	 | 
	
		
		 The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher. Default value: None 
			 | 
| 
		 alternative_option 
	 | 
	
		
		 Describes the alternative option specified by the Publisher for this image when this image is deprecated. Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 image_state 
	 | 
	
		 
				str or 
				ImageState
		 
		Describes the state of the image. Known values are: "Active", "ScheduledForDeprecation", and "Deprecated".  | 
| 
		 scheduled_deprecation_time 
	 | 
	
		
		 The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher.  | 
| 
		 alternative_option 
	 | 
	
		
		 Describes the alternative option specified by the Publisher for this image when this image is deprecated.  |