Show / Hide Table of Contents

Class ProvisioningResource

The "provisioning" collection of methods.

Inheritance
object
ProvisioningResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ProvisioningResource

Constructors

ProvisioningResource(IClientService)

Constructs a new resource.

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

Methods

CreateAccountTicket(AccountTicket)

Creates an account ticket.

Declaration
public virtual ProvisioningResource.CreateAccountTicketRequest CreateAccountTicket(AccountTicket body)
Parameters
Type Name Description
AccountTicket body

The body of the request.

Returns
Type Description
ProvisioningResource.CreateAccountTicketRequest

CreateAccountTree(AccountTreeRequest)

Provision account.

Declaration
public virtual ProvisioningResource.CreateAccountTreeRequest CreateAccountTree(AccountTreeRequest body)
Parameters
Type Name Description
AccountTreeRequest body

The body of the request.

Returns
Type Description
ProvisioningResource.CreateAccountTreeRequest
In This Article
Back to top Generated by DocFX