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
type ConnectorMappingResourceFormatData = class
inherit ResourceData
Public Class ConnectorMappingResourceFormatData
Inherits ResourceData
- Inheritance
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) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET