DataConnectorDefinition Class
An Azure resource, which encapsulate the entire info requires to display a data connector page in Azure portal, and the info required to define data connections.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: CustomizableConnectorDefinition
Constructor
DataConnectorDefinition(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
|
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
kind
|
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. Required. "Customizable" |
|
etag
|
Etag of the azure resource. |
Attributes
etag
Etag of the azure resource.
etag: str | None
kind
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. Required. "Customizable"
kind: str