ArmCustomerInsightsModelFactory.DataSourcePrecedence Method
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.
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
- name
- String
The data source name.
- dataSourceType
- Nullable<DataSourceType>
The data source type.
- dataSourceReferenceId
- String
The data source reference id.
Returns
A new DataSourcePrecedence instance for mocking.