你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 实例。

适用于