Compartir a través de


ILicenseProfileMachineInstanceView.ProductProfileProductFeature Property

Definition

The list of product features.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The list of product features.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature) }, Read=true, ReadOnly=true, Required=false, SerializedName="productFeatures", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature> ProductProfileProductFeature { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The list of product features.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature) }, Read=true, ReadOnly=true, Required=false, SerializedName="productFeatures", Update=false)>]
member this.ProductProfileProductFeature : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature>
Public ReadOnly Property ProductProfileProductFeature As List(Of IProductFeature)

Property Value

Attributes

Applies to