IAseRegionProperties.AvailableOS 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.
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