Show / Hide Table of Contents

Class CustomersResource.DpcsResource

The "dpcs" collection of methods.

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

Constructors

DpcsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists the DPCs (device policy controllers) that support zero-touch enrollment.

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

Required. The customer that can use the DPCs in configurations. An API resource name in the format customers/[CUSTOMER_ID].

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