Show / Hide Table of Contents

Class PartnersResource.CustomersResource.CreateRequest

Creates a customer for zero-touch enrollment. After the method returns successfully, admin and owner roles can manage devices and EMM configs by calling API methods or using their zero-touch enrollment portal. The customer receives an email that welcomes them to zero-touch enrollment and explains how to sign into the portal.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Company>
AndroidProvisioningPartnerBaseServiceRequest<Company>
PartnersResource.CustomersResource.CreateRequest
Implements
IClientServiceRequest<Company>
IClientServiceRequest
Inherited Members
AndroidProvisioningPartnerBaseServiceRequest<Company>.Xgafv
AndroidProvisioningPartnerBaseServiceRequest<Company>.AccessToken
AndroidProvisioningPartnerBaseServiceRequest<Company>.Alt
AndroidProvisioningPartnerBaseServiceRequest<Company>.Callback
AndroidProvisioningPartnerBaseServiceRequest<Company>.Fields
AndroidProvisioningPartnerBaseServiceRequest<Company>.Key
AndroidProvisioningPartnerBaseServiceRequest<Company>.OauthToken
AndroidProvisioningPartnerBaseServiceRequest<Company>.PrettyPrint
AndroidProvisioningPartnerBaseServiceRequest<Company>.QuotaUser
AndroidProvisioningPartnerBaseServiceRequest<Company>.UploadType
AndroidProvisioningPartnerBaseServiceRequest<Company>.UploadProtocol
ClientServiceRequest<Company>.Execute()
ClientServiceRequest<Company>.ExecuteAsStream()
ClientServiceRequest<Company>.ExecuteAsync()
ClientServiceRequest<Company>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Company>.ExecuteAsStreamAsync()
ClientServiceRequest<Company>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Company>.CreateRequest(bool?)
ClientServiceRequest<Company>.GenerateRequestUri()
ClientServiceRequest<Company>.GetDefaultETagAction(string)
ClientServiceRequest<Company>.ETagAction
ClientServiceRequest<Company>.ModifyRequest
ClientServiceRequest<Company>.ValidateParameters
ClientServiceRequest<Company>.ApiVersion
ClientServiceRequest<Company>.RequestParameters
ClientServiceRequest<Company>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 PartnersResource.CustomersResource.CreateRequest : AndroidProvisioningPartnerBaseServiceRequest<Company>, IClientServiceRequest<Company>, IClientServiceRequest

Constructors

CreateRequest(IClientService, CreateCustomerRequest, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, CreateCustomerRequest body, string parent)
Parameters
Type Name Description
IClientService service
CreateCustomerRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Company>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Company>.MethodName

Parent

Required. The parent resource ID in the format partners/[PARTNER_ID] that identifies the reseller.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Company>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Company>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidProvisioningPartnerBaseServiceRequest<Company>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX