MarketplaceGalleryImageStatus 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.
The observed state of marketplace gallery images
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MarketplaceGalleryImageStatusTypeConverter))]
public class MarketplaceGalleryImageStatus : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImageStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MarketplaceGalleryImageStatusTypeConverter))>]
type MarketplaceGalleryImageStatus = class
interface IMarketplaceGalleryImageStatus
interface IJsonSerializable
Public Class MarketplaceGalleryImageStatus
Implements IMarketplaceGalleryImageStatus
- Inheritance
-
MarketplaceGalleryImageStatus
- Attributes
- Implements
Constructors
MarketplaceGalleryImageStatus() |
Creates an new MarketplaceGalleryImageStatus instance. |
Properties
DownloadStatusDownloadSizeInMb |
The downloaded sized of the image in MB |
ErrorCode |
MarketplaceGalleryImage provisioning error code |
ErrorMessage |
Descriptive error message |
ProgressPercentage |
The progress of the operation in percentage |
ProvisioningStatusOperationId |
The ID of the operation performed on the gallery image |
ProvisioningStatusStatus |
The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MarketplaceGalleryImageStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MarketplaceGalleryImageStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IMarketplaceGalleryImageStatus. |
FromJsonString(String) |
Creates a new instance of MarketplaceGalleryImageStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MarketplaceGalleryImageStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |