CustomizableConnectorDefinition interface
Connector definition for kind 'Customizable'.
- Extends
Properties
| connections |
The UiConfig for 'Customizable' connector definition kind. |
| connector |
The UiConfig for 'Customizable' connector definition kind. |
| created |
Gets or sets the connector definition created date in UTC format. |
| kind | The data connector kind |
| last |
Gets or sets the connector definition last modified date in UTC format. |
Inherited Properties
| etag | Etag of the azure resource |
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
connectionsConfig
The UiConfig for 'Customizable' connector definition kind.
connectionsConfig?: CustomizableConnectionsConfig
Property Value
connectorUiConfig
The UiConfig for 'Customizable' connector definition kind.
connectorUiConfig?: CustomizableConnectorUiConfig
Property Value
createdTimeUtc
Gets or sets the connector definition created date in UTC format.
createdTimeUtc?: Date
Property Value
Date
kind
The data connector kind
kind: "Customizable"
Property Value
"Customizable"
lastModifiedUtc
Gets or sets the connector definition last modified date in UTC format.
lastModifiedUtc?: Date
Property Value
Date
Inherited Property Details
etag
Etag of the azure resource
etag?: string
Property Value
string
Inherited From DataConnectorDefinition.etag
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From DataConnectorDefinition.id
name
The name of the resource
name?: string
Property Value
string
Inherited From DataConnectorDefinition.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From DataConnectorDefinition.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From DataConnectorDefinition.type