BillingProperty.ProductName Property

Definition

Gets the product name of the Azure plan.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.productName")]
public string ProductName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.productName")>]
member this.ProductName : string
Public ReadOnly Property ProductName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to