AppServiceCertificateOrderPatchResource.ProductType Property

Definition

Gets or sets certificate product type. Possible values include: 'StandardDomainValidatedSsl', 'StandardDomainValidatedWildCardSsl'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.productType")]
public Microsoft.Azure.Management.WebSites.Models.CertificateProductType ProductType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.productType")>]
member this.ProductType : Microsoft.Azure.Management.WebSites.Models.CertificateProductType with get, set
Public Property ProductType As CertificateProductType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to