Language

ICustomerSubscriptionDetails.RegisteredFeature Property

Definition

List of registered feature flags for subscription

[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=true, Description="List of registered feature flags for subscription", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICustomerSubscriptionRegisteredFeatures) }, Read=true, ReadOnly=false, Required=false, SerializedName="registeredFeatures", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICustomerSubscriptionRegisteredFeatures> RegisteredFeature { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=true, Description="List of registered feature flags for subscription", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICustomerSubscriptionRegisteredFeatures) }, Read=true, ReadOnly=false, Required=false, SerializedName="registeredFeatures", Update=true)>]
member this.RegisteredFeature : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ICustomerSubscriptionRegisteredFeatures> with get, set
Public Property RegisteredFeature As List(Of ICustomerSubscriptionRegisteredFeatures)

Property Value

Attributes

Applies to