ILicenseProfile.ProductProfileProductFeature Property

Definition

The list of product features.

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

Property Value

Attributes

Applies to