InteractionResourceFormatData Class
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.
A class representing the InteractionResourceFormat data model. The interaction resource format.
public class InteractionResourceFormatData : Azure.ResourceManager.Models.ResourceData
type InteractionResourceFormatData = class
inherit ResourceData
Public Class InteractionResourceFormatData
Inherits ResourceData
- Inheritance
Constructors
InteractionResourceFormatData() |
Initializes a new instance of InteractionResourceFormatData. |
Properties
ApiEntitySetName |
The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. |
Attributes |
The attributes for the Type. |
DataSourcePrecedenceRules |
This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules. |
DataSourceReferenceId |
The data source reference id. |
DataSourceType |
The data source type. |
Description |
Localized descriptions for the property. |
DisplayName |
Localized display names for the property. |
EntityType |
Type of entity. |
Fields |
The properties of the Profile. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IdPropertiesDefaultDataSourceId |
The data source ID. |
IdPropertyNames |
The id property names. Properties which uniquely identify an interaction instance. |
InstancesCount |
The instance count. |
IsActivity |
An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level. |
LargeImage |
Large Image associated with the Property or EntityType. |
LastChangedUtc |
The last changed time for the type definition. |
LocalizedAttributes |
Any custom localized attributes for the Type. |
MediumImage |
Medium Image associated with the Property or EntityType. |
Name |
The name of the resource. (Inherited from ResourceData) |
NamePropertiesDefaultDataSourceName |
The data source name. |
ParticipantProfiles |
Profiles that participated in the interaction. |
PrimaryParticipantProfilePropertyName |
The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName. |
ProvisioningState |
Provisioning state. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SchemaItemTypeLink |
The schema org link. This helps ACI identify and suggest semantic models. |
SmallImage |
Small Image associated with the Property or EntityType. |
Status |
The data source status. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TenantId |
The hub name. |
TimestampFieldName |
The timestamp property name. Represents the time when the interaction or profile update happened. |
TypeName |
The name of the entity. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET