IApplicationInsightsComponent.RequestSource Property

Definition

Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource) }, ReadOnly=false, Required=false, SerializedName="Request_Source")]
public Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource? RequestSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource) }, ReadOnly=false, Required=false, SerializedName="Request_Source")>]
member this.RequestSource : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource> with get, set
Public Property RequestSource As Nullable(Of RequestSource)

Property Value

Attributes

Applies to