다음을 통해 공유


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

설명

가능한 값은 Windows Server 2008 R2 SP1과 동일한 2 - OS 제품군 2입니다. 3 - OS 제품군 3, Windows Server 2012 해당. 4 - OS 제품군 4, Windows Server 2012 R2에 해당. 5 - OS 제품군 5, Windows Server 2016 해당. 6 - WINDOWS Server 2019에 해당하는 OS 제품군 6입니다. 자세한 내용은 Azure 게스트 OS 릴리스()를 참조하세요.https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).

적용 대상