IComputeInstanceSchema.OSImageMetadataIsLatestOsimageVersion Property

Definition

Specifies whether this compute instance is running on the latest operating system image.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Specifies whether this compute instance is running on the latest operating system image.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isLatestOsImageVersion", Update=false)]
public bool? OSImageMetadataIsLatestOsimageVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Specifies whether this compute instance is running on the latest operating system image.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isLatestOsImageVersion", Update=false)>]
member this.OSImageMetadataIsLatestOsimageVersion : Nullable<bool>
Public ReadOnly Property OSImageMetadataIsLatestOsimageVersion As Nullable(Of Boolean)

Property Value

Attributes

Applies to