IAseRegion.AvailableOS Property

Definition

Available OSs in region.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Available OSs in region.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="availableOS", Update=true)]
public System.Collections.Generic.List<string> AvailableOS { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Available OSs in region.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="availableOS", Update=true)>]
member this.AvailableOS : System.Collections.Generic.List<string> with get, set
Public Property AvailableOS As List(Of String)

Property Value

Attributes

Applies to