Machine.Extensions Property

Definition

Gets machine Extensions information

[Newtonsoft.Json.JsonProperty(PropertyName="properties.extensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.HybridCompute.Models.MachineExtensionInstanceView> Extensions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.extensions")>]
member this.Extensions : System.Collections.Generic.IList<Microsoft.Azure.Management.HybridCompute.Models.MachineExtensionInstanceView>
Public ReadOnly Property Extensions As IList(Of MachineExtensionInstanceView)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to