ProfileResourceFormatData 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 ProfileResourceFormat data model. The profile resource format.
public class ProfileResourceFormatData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatData>
type ProfileResourceFormatData = class
inherit ResourceData
interface IJsonModel<ProfileResourceFormatData>
interface IPersistableModel<ProfileResourceFormatData>
Public Class ProfileResourceFormatData
Inherits ResourceData
Implements IJsonModel(Of ProfileResourceFormatData), IPersistableModel(Of ProfileResourceFormatData)
- Inheritance
- Implements
Constructors
ProfileResourceFormatData() |
Initializes a new instance of ProfileResourceFormatData. |
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. |
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) |
InstancesCount |
The instance count. |
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) |
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. |
StrongIds |
The strong IDs. |
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) |
Explicit Interface Implementations
IJsonModel<ProfileResourceFormatData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ProfileResourceFormatData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ProfileResourceFormatData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ProfileResourceFormatData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ProfileResourceFormatData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET