共用方式為


CloudServiceConfiguration.OsFamily 屬性

定義

取得或設定要安裝在集區中虛擬機器上的 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).

適用於