KpiResourceFormatData 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 KpiResourceFormat data model. The KPI resource format.
public class KpiResourceFormatData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.KpiResourceFormatData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.KpiResourceFormatData>
type KpiResourceFormatData = class
inherit ResourceData
interface IJsonModel<KpiResourceFormatData>
interface IPersistableModel<KpiResourceFormatData>
Public Class KpiResourceFormatData
Inherits ResourceData
Implements IJsonModel(Of KpiResourceFormatData), IPersistableModel(Of KpiResourceFormatData)
- Inheritance
- Implements
Constructors
KpiResourceFormatData() |
Initializes a new instance of KpiResourceFormatData. |
Properties
Aliases |
The aliases. |
CalculationWindow |
The calculation window. |
CalculationWindowFieldName |
Name of calculation window field. |
Description |
Localized description for the KPI. |
DisplayName |
Localized display name for the KPI. |
EntityType |
The mapping entity type. |
EntityTypeName |
The mapping entity name. |
Expression |
The computation expression for the KPI. |
Extracts |
The KPI extracts. |
Filter |
The filter expression for the KPI. |
Function |
The computation function for the KPI. |
GroupBy |
the group by properties for the KPI. |
GroupByMetadata |
The KPI GroupByMetadata. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
KpiName |
The KPI name. |
Name |
The name of the resource. (Inherited from ResourceData) |
ParticipantProfilesMetadata |
The participant profiles. |
ProvisioningState |
Provisioning state. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TenantId |
The hub name. |
ThresHolds |
The KPI thresholds. |
Unit |
The unit of measurement for the KPI. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<KpiResourceFormatData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KpiResourceFormatData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KpiResourceFormatData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KpiResourceFormatData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KpiResourceFormatData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET