Share via


IMachine.ProductProfileProductType Property

Definition

Indicates the product type of the license.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "WindowsServer", "WindowsIoTEnterprise" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the product type of the license.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="productType", Update=false)]
public string ProductProfileProductType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "WindowsServer", "WindowsIoTEnterprise" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the product type of the license.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="productType", Update=false)>]
member this.ProductProfileProductType : string
Public ReadOnly Property ProductProfileProductType As String

Property Value

Attributes

Applies to