IResourceDetailsObject.ImageVersion 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.
The version of the image running on the resource.
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The version of the image running on the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="imageVersion", Update=true)]
public string ImageVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The version of the image running on the resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="imageVersion", Update=true)>]
member this.ImageVersion : string with get, set
Public Property ImageVersion As String
Property Value
- Attributes