Package version:

Azure Data Factory nested resource, which belongs to a factory.

interface SubResource {
    etag?: string;
    id?: string;
    name?: string;
    type?: string;
}

Hierarchy (view full)

Properties

Properties

etag?: string

Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The resource name. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The resource type. NOTE: This property will not be serialized. It can only be populated by the server.