ImageCreateResult Class
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.
public class ImageCreateResult
type ImageCreateResult = class
Public Class ImageCreateResult
- Inheritance
-
ImageCreateResult
Constructors
ImageCreateResult() |
Initializes a new instance of the ImageCreateResult class. |
ImageCreateResult(String, String, Image) |
Initializes a new instance of the ImageCreateResult class. |
Properties
Image |
Gets the image. |
SourceUrl |
Gets source URL of the image. |
Status |
Gets status of the image creation. Possible values include: 'OK', 'OKDuplicate', 'ErrorSource', 'ErrorImageFormat', 'ErrorImageSize', 'ErrorStorage', 'ErrorLimitExceed', 'ErrorTagLimitExceed', 'ErrorRegionLimitExceed', 'ErrorUnknown', 'ErrorNegativeAndRegularTagOnSameImage' |
Applies to
Azure SDK for .NET