VirtualMachineAgentInstanceView.ExtensionHandlers プロパティ

定義

仮想マシン拡張機能ハンドラー インスタンス ビューを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="extensionHandlers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView> ExtensionHandlers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="extensionHandlers")>]
member this.ExtensionHandlers : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView> with get, set
Public Property ExtensionHandlers As IList(Of VirtualMachineExtensionHandlerInstanceView)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象