你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MdeOnboardingData.OnboardingPackageWindows Property

Definition

Gets or sets the onboarding package used to onboard Windows machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension

[Newtonsoft.Json.JsonProperty(PropertyName="properties.onboardingPackageWindows")]
public byte[] OnboardingPackageWindows { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.onboardingPackageWindows")>]
member this.OnboardingPackageWindows : byte[] with get, set
Public Property OnboardingPackageWindows As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to