CloudServiceConfiguration.OsFamily 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要安裝在集區中虛擬機器上的 Azure 客體 OS 系列。
[Newtonsoft.Json.JsonProperty(PropertyName="osFamily")]
public string OsFamily { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osFamily")>]
member this.OsFamily : string with get, set
Public Property OsFamily As String
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
可能的值為:2 - OS 系列 2,相當於 Windows Server 2008 R2 SP1。 3 - OS 系列 3,相當於Windows Server 2012。 4 - OS 系列 4,相當於 Windows Server 2012 R2。 5 - OS 系列 5,相當於 Windows Server 2016。 6 - OS 系列 6,相當於 Windows Server 2019。 如需詳細資訊,請參閱 Azure 客體 OS 版本 (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).