ArmCustomerInsightsModelFactory.RelationshipResourceFormatData 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 RelationshipResourceFormatData.
public static Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatData RelationshipResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.CustomerInsights.Models.CardinalityType? cardinality = default, System.Collections.Generic.IDictionary<string,string> displayName = default, System.Collections.Generic.IDictionary<string,string> description = default, DateTimeOffset? expiryDateTimeUtc = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.PropertyDefinition> fields = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeMapping> lookupMappings = default, string profileType = default, Azure.ResourceManager.CustomerInsights.Models.ProvisioningState? provisioningState = default, string relationshipName = default, string relatedProfileType = default, string relationshipGuidId = default, Guid? tenantId = default);
static member RelationshipResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.CustomerInsights.Models.CardinalityType> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.CustomerInsights.Models.PropertyDefinition> * seq<Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeMapping> * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.ProvisioningState> * string * string * string * Nullable<Guid> -> Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatData
Public Shared Function RelationshipResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional cardinality As Nullable(Of CardinalityType) = Nothing, Optional displayName As IDictionary(Of String, String) = Nothing, Optional description As IDictionary(Of String, String) = Nothing, Optional expiryDateTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional fields As IEnumerable(Of PropertyDefinition) = Nothing, Optional lookupMappings As IEnumerable(Of RelationshipTypeMapping) = Nothing, Optional profileType As String = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional relationshipName As String = Nothing, Optional relatedProfileType As String = Nothing, Optional relationshipGuidId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing) As RelationshipResourceFormatData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- cardinality
- Nullable<CardinalityType>
The Relationship Cardinality.
- displayName
- IDictionary<String,String>
Localized display name for the Relationship.
- description
- IDictionary<String,String>
Localized descriptions for the Relationship.
- expiryDateTimeUtc
- Nullable<DateTimeOffset>
The expiry date time in UTC.
- fields
- IEnumerable<PropertyDefinition>
The properties of the Relationship.
- lookupMappings
- IEnumerable<RelationshipTypeMapping>
Optional property to be used to map fields in profile to their strong ids in related profile.
- profileType
- String
Profile type.
- provisioningState
- Nullable<ProvisioningState>
Provisioning state.
- relationshipName
- String
The Relationship name.
- relatedProfileType
- String
Related profile being referenced.
- relationshipGuidId
- String
The relationship guid id.
Returns
A new RelationshipResourceFormatData instance for mocking.
Applies to
Azure SDK for .NET