TemplateImageStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of a template image.
public enum TemplateImageStatus
type TemplateImageStatus =
Public Enum TemplateImageStatus
- Inheritance
-
TemplateImageStatus
Fields
Name | Value | Description |
---|---|---|
UploadPending | 0 | The image upload is pending. |
UploadInProgress | 1 | The image upload has started. |
UploadComplete | 2 | The image upload has completed succesfully. |
UploadFailed | 3 | The image upload failed. |
ImportInProgress | 4 | The image import is in progress. |
ImportFailed | 5 | The image import failed. |
ImportComplete | 6 | The image import has completed succesfully. |
ValidationFailed | 7 | The image validation failed. |
Ready | 8 | The image is ready. |
Corrupted | 9 | The image is corrupted. |
Deleting | 10 | The image is being deleted. |
Applies to
Azure SDK for .NET