ImageProperties 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 properties of image
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ImagePropertiesTypeConverter))]
public class ImageProperties : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IImageProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ImagePropertiesTypeConverter))>]
type ImageProperties = class
interface IImageProperties
interface IJsonSerializable
Public Class ImageProperties
Implements IImageProperties
- Inheritance
-
ImageProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ImageProperties() |
Creates an new ImageProperties instance. |
Properties
| Name | Description |
|---|---|
| ComponentId |
The image component id. |
| Description |
The image description. |
| Image |
Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads. |
| ImageId |
Image ID |
| ImageName |
Image name |
| ImageType |
The image type. |
| ProvisioningState |
The status of the last operation. |
| RegionalDataBoundary |
Regional data boundary for an image |
| Uri |
Location the image |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImageProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImageProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IImageProperties. |
| FromJsonString(String) |
Creates a new instance of ImageProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImageProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |