ArmCustomerInsightsModelFactory.DataSourcePrecedence Method

Definition

Initializes a new instance of 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

Parameters

precedence
Nullable<Int32>

the precedence value.

name
String

The data source name.

dataSourceType
Nullable<DataSourceType>

The data source type.

status
Nullable<Status>

The data source status.

id
Nullable<Int32>

The data source ID.

dataSourceReferenceId
String

The data source reference id.

Returns

A new DataSourcePrecedence instance for mocking.

Applies to