Package version:

Azure Data Factory top-level resource.

interface Resource {
    eTag?: string;
    id?: string;
    location?: string;
    name?: string;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

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.

location?: string

The resource location.

name?: string

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

tags?: {
    [propertyName: string]: string;
}

The resource tags.

type?: string

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