Show / Hide Table of Contents

Class CustomerResource.DevicesResource.ChromeosResource

The "chromeos" collection of methods.

Inheritance
object
CustomerResource.DevicesResource.ChromeosResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CustomerResource.DevicesResource.ChromeosResource

Constructors

ChromeosResource(IClientService)

Constructs a new resource.

Declaration
public ChromeosResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Commands

Gets the Commands resource.

Declaration
public virtual CustomerResource.DevicesResource.ChromeosResource.CommandsResource Commands { get; }
Property Value
Type Description
CustomerResource.DevicesResource.ChromeosResource.CommandsResource

Methods

BatchChangeStatus(BatchChangeChromeOsDeviceStatusRequest, string)

Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state Repair, repurpose, or retire ChromeOS devices.

Declaration
public virtual CustomerResource.DevicesResource.ChromeosResource.BatchChangeStatusRequest BatchChangeStatus(BatchChangeChromeOsDeviceStatusRequest body, string customerId)
Parameters
Type Name Description
BatchChangeChromeOsDeviceStatusRequest body

The body of the request.

string customerId

Required. Immutable ID of the Google Workspace account.

Returns
Type Description
CustomerResource.DevicesResource.ChromeosResource.BatchChangeStatusRequest

IssueCommand(DirectoryChromeosdevicesIssueCommandRequest, string, string)

Issues a command for the device to execute.

Declaration
public virtual CustomerResource.DevicesResource.ChromeosResource.IssueCommandRequest IssueCommand(DirectoryChromeosdevicesIssueCommandRequest body, string customerId, string deviceId)
Parameters
Type Name Description
DirectoryChromeosdevicesIssueCommandRequest body

The body of the request.

string customerId

Immutable. ID of the Google Workspace account.

string deviceId

Immutable. ID of Chrome OS Device.

Returns
Type Description
CustomerResource.DevicesResource.ChromeosResource.IssueCommandRequest
In this article
Back to top Generated by DocFX