IApplicationInsightsComponentProperties.RequestSource 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.
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