ApplicationInsightsComponent.FlowType 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.
Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
public Azure.Provisioning.BicepValue<Azure.Provisioning.ApplicationInsights.ComponentFlowType> FlowType { get; set; }
member this.FlowType : Azure.Provisioning.BicepValue<Azure.Provisioning.ApplicationInsights.ComponentFlowType> with get, set
Public Property FlowType As BicepValue(Of ComponentFlowType)
Property Value
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET