次の方法で共有


ArmCustomerInsightsModelFactory.DataSourcePrecedence メソッド

定義

DataSourcePrecedence の新しいインスタンスを初期化します。

public static Azure.ResourceManager.CustomerInsights.Models.DataSourcePrecedence DataSourcePrecedence (int? precedence = default, string name = default, Azure.ResourceManager.CustomerInsights.Models.DataSourceType? dataSourceType = default, Azure.ResourceManager.CustomerInsights.Models.Status? status = default, int? id = default, string dataSourceReferenceId = default);
static member DataSourcePrecedence : Nullable<int> * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.DataSourceType> * Nullable<Azure.ResourceManager.CustomerInsights.Models.Status> * Nullable<int> * string -> Azure.ResourceManager.CustomerInsights.Models.DataSourcePrecedence
Public Shared Function DataSourcePrecedence (Optional precedence As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional dataSourceType As Nullable(Of DataSourceType) = Nothing, Optional status As Nullable(Of Status) = Nothing, Optional id As Nullable(Of Integer) = Nothing, Optional dataSourceReferenceId As String = Nothing) As DataSourcePrecedence

パラメーター

precedence
Nullable<Int32>

優先順位の値。

name
String

データ ソースの名前。

dataSourceType
Nullable<DataSourceType>

データ ソースの種類。

status
Nullable<Status>

データ ソースの状態。

id
Nullable<Int32>

データ ソース ID。

dataSourceReferenceId
String

データ ソース参照 ID。

戻り値

モック作成用の新しい DataSourcePrecedence インスタンス。

適用対象