IImageProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ImagePropertiesTypeConverter))]
public interface IImageProperties : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ImagePropertiesTypeConverter))>]
type IImageProperties = interface
interface IJsonSerializable
Public Interface IImageProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |