Share via


IAppServiceCertificateOrderPatchResource.ProductType Property

Definition

Certificate product type.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Certificate product type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) }, ReadOnly=false, Required=false, SerializedName="productType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType? ProductType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Certificate product type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType) }, ReadOnly=false, Required=false, SerializedName="productType")>]
member this.ProductType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateProductType> with get, set
Public Property ProductType As Nullable(Of CertificateProductType)

Property Value

Attributes

Applies to