ConnectorMappingResourceFormatData 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 ConnectorMappingResourceFormat data model. The connector mapping resource format.
public class ConnectorMappingResourceFormatData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData>
type ConnectorMappingResourceFormatData = class
inherit ResourceData
interface IJsonModel<ConnectorMappingResourceFormatData>
interface IPersistableModel<ConnectorMappingResourceFormatData>
Public Class ConnectorMappingResourceFormatData
Inherits ResourceData
Implements IJsonModel(Of ConnectorMappingResourceFormatData), IPersistableModel(Of ConnectorMappingResourceFormatData)
- Inheritance
- Implements
Constructors
ConnectorMappingResourceFormatData() |
Initializes a new instance of ConnectorMappingResourceFormatData. |
Properties
ConnectorMappingName |
The connector mapping name. |
ConnectorName |
The connector name. |
ConnectorType |
Type of connector. |
Created |
The created time. |
DataFormatId |
The DataFormat ID. |
Description |
The description of the connector mapping. |
DisplayName |
Display name for the connector mapping. |
EntityType |
Defines which entity type the file should map to. |
EntityTypeName |
The mapping entity name. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LastModified |
The last modified time. |
MappingProperties |
The properties of the mapping. |
Name |
The name of the resource. (Inherited from ResourceData) |
NextRunOn |
The next run time based on customer's settings. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RunId |
The RunId. |
State |
State of connector mapping. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TenantId |
The hub name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ConnectorMappingResourceFormatData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectorMappingResourceFormatData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectorMappingResourceFormatData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectorMappingResourceFormatData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectorMappingResourceFormatData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET