interface ReleaseDefinitionEnvironmentTemplate {
    canDelete?: boolean;
    category?: string;
    description?: string;
    environment?: ReleaseDefinitionEnvironment;
    iconTaskId?: string;
    iconUri?: string;
    id?: string;
    isDeleted?: boolean;
    name?: string;
}

Properties

canDelete?: boolean

Indicates whether template can be deleted or not.

category?: string

Category of the ReleaseDefinition environment template.

description?: string

Description of the ReleaseDefinition environment template.

ReleaseDefinition environment data which used to create this template.

iconTaskId?: string

ID of the task which used to display icon used for this template.

iconUri?: string

Icon uri of the template.

id?: string

ID of the ReleaseDefinition environment template.

isDeleted?: boolean

Indicates whether template deleted or not.

name?: string

Name of the ReleaseDefinition environment template.