Pricing.Extensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets optional. List of extensions offered under a plan.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.extensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.Extension> Extensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.extensions")>]
member this.Extensions : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.Extension> with get, set
Public Property Extensions As IList(Of Extension)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute