Package version:

Interface PoolUpdate

The pool properties for partial update. Properties not provided in the update request will not be changed.

Hierarchy

Properties

devBoxDefinitionName?: string

Name of a Dev Box definition in parent Project of this Pool

licenseType?: string

Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.

localAdministrator?: string

Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.

location?: string

The geo-location where the resource lives

networkConnectionName?: string

Name of a Network Connection in parent Project of this Pool

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

Resource tags.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc