IApplicationInsightsComponentFeature.IsMainFeature Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether can apply addon feature on to it.
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Whether can apply addon feature on to it.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="IsMainFeature")]
public bool? IsMainFeature { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Whether can apply addon feature on to it.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="IsMainFeature")>]
member this.IsMainFeature : Nullable<bool>
Public ReadOnly Property IsMainFeature As Nullable(Of Boolean)
Property Value
- Attributes