ICachedImages.OSType Property

Definition

The OS type of the cached image.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The OS type of the cached image.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="osType", Update=true)]
public string OSType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The OS type of the cached image.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="osType", Update=true)>]
member this.OSType : string with get, set
Public Property OSType As String

Property Value

Attributes

Applies to