次の方法で共有


ApplicationInsightsComponentData.FlowType プロパティ

定義

Application Insights システムによって、このコンポーネントが作成されたフローの種類を決定するために使用されます。 これは、REST API を使用してコンポーネントを作成または更新するときに、"Bluefield" に設定されます。

public Azure.ResourceManager.ApplicationInsights.Models.ComponentFlowType? FlowType { get; set; }
public Azure.ResourceManager.ApplicationInsights.Models.FlowType? FlowType { get; set; }
member this.FlowType : Nullable<Azure.ResourceManager.ApplicationInsights.Models.ComponentFlowType> with get, set
member this.FlowType : Nullable<Azure.ResourceManager.ApplicationInsights.Models.FlowType> with get, set
Public Property FlowType As Nullable(Of ComponentFlowType)
Public Property FlowType As Nullable(Of FlowType)

プロパティ値

適用対象