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

VirtualMachineExtensionListResponse.ResourceExtension.IsJsonExtension 属性

定义

可选。 指示扩展是接受基于 JSON 还是基于 XML 的配置。 如果此属性为“true”,则扩展接受基于 JSON 的配置。 如果此属性为“false”,则扩展接受基于 XML 的配置。

public bool? IsJsonExtension { get; set; }
member this.IsJsonExtension : Nullable<bool> with get, set
Public Property IsJsonExtension As Nullable(Of Boolean)

属性值

适用于