interface VirtualMachineGroup {
    createdBy?: IdentityRef;
    createdOn?: Date;
    environmentReference?: EnvironmentReference;
    id?: number;
    lastModifiedBy?: IdentityRef;
    lastModifiedOn?: Date;
    name?: string;
    poolId?: number;
    tags?: string[];
    type?: EnvironmentResourceType;
}

Hierarchy (View Summary)

Properties

createdBy?: IdentityRef
createdOn?: Date
environmentReference?: EnvironmentReference
id?: number
lastModifiedBy?: IdentityRef
lastModifiedOn?: Date
name?: string
poolId?: number
tags?: string[]

Tags of the Environment Resource.

Environment resource type