Show / Hide Table of Contents

Class CustomersResource.TelemetryResource.DevicesResource

The "devices" collection of methods.

Inheritance
object
CustomersResource.TelemetryResource.DevicesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.TelemetryResource.DevicesResource

Constructors

DevicesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get telemetry device.

Declaration
public virtual CustomersResource.TelemetryResource.DevicesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the TelemetryDevice to return.

Returns
Type Description
CustomersResource.TelemetryResource.DevicesResource.GetRequest

List(string)

List all telemetry devices.

Declaration
public virtual CustomersResource.TelemetryResource.DevicesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Customer id or "my_customer" to use the customer associated to the account making the request.

Returns
Type Description
CustomersResource.TelemetryResource.DevicesResource.ListRequest
In this article
Back to top Generated by DocFX