Table of Contents

Class ChromeosdevicesResource

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

The "chromeosdevices" collection of methods.

public class ChromeosdevicesResource
Inheritance
ChromeosdevicesResource
Inherited Members

Constructors

ChromeosdevicesResource(IClientService)

Constructs a new resource.

public ChromeosdevicesResource(IClientService service)

Parameters

service IClientService

Methods

Action(ChromeOsDeviceAction, string, string)

Take action on Chrome OS Device

public virtual ChromeosdevicesResource.ActionRequest Action(ChromeOsDeviceAction body, string customerId, string resourceId)

Parameters

body ChromeOsDeviceAction

The body of the request.

customerId string

Immutable ID of the G Suite account

resourceId string

Immutable ID of Chrome OS Device

Returns

ChromeosdevicesResource.ActionRequest

Get(string, string)

Retrieve Chrome OS Device

public virtual ChromeosdevicesResource.GetRequest Get(string customerId, string deviceId)

Parameters

customerId string

Immutable ID of the G Suite account

deviceId string

Immutable ID of Chrome OS Device

Returns

ChromeosdevicesResource.GetRequest

List(string)

Retrieve all Chrome OS Devices of a customer (paginated)

public virtual ChromeosdevicesResource.ListRequest List(string customerId)

Parameters

customerId string

Immutable ID of the G Suite account

Returns

ChromeosdevicesResource.ListRequest

MoveDevicesToOu(ChromeOsMoveDevicesToOu, string, string)

Move or insert multiple Chrome OS Devices to organizational unit

public virtual ChromeosdevicesResource.MoveDevicesToOuRequest MoveDevicesToOu(ChromeOsMoveDevicesToOu body, string customerId, string orgUnitPath)

Parameters

body ChromeOsMoveDevicesToOu

The body of the request.

customerId string

Immutable ID of the G Suite account

orgUnitPath string

Full path of the target organizational unit or its ID

Returns

ChromeosdevicesResource.MoveDevicesToOuRequest

Patch(ChromeOsDevice, string, string)

Update Chrome OS Device. This method supports patch semantics.

public virtual ChromeosdevicesResource.PatchRequest Patch(ChromeOsDevice body, string customerId, string deviceId)

Parameters

body ChromeOsDevice

The body of the request.

customerId string

Immutable ID of the G Suite account

deviceId string

Immutable ID of Chrome OS Device

Returns

ChromeosdevicesResource.PatchRequest

Update(ChromeOsDevice, string, string)

Update Chrome OS Device

public virtual ChromeosdevicesResource.UpdateRequest Update(ChromeOsDevice body, string customerId, string deviceId)

Parameters

body ChromeOsDevice

The body of the request.

customerId string

Immutable ID of the G Suite account

deviceId string

Immutable ID of Chrome OS Device

Returns

ChromeosdevicesResource.UpdateRequest