IImage.PropertiesImage Property
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.
Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads.
[Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.Info(Create=true, Description="Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="image", Update=false)]
public string PropertiesImage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.Info(Create=true, Description="Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="image", Update=false)>]
member this.PropertiesImage : string with get, set
Public Property PropertiesImage As String
Property Value
- Attributes