Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.CustomersResource

The "customers" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.CustomersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudControlsPartnerService.v1beta
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.dll
Syntax
public class OrganizationsResource.LocationsResource.CustomersResource

Constructors

CustomersResource(IClientService)

Constructs a new resource.

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

Properties

Workloads

Gets the Workloads resource.

Declaration
public virtual OrganizationsResource.LocationsResource.CustomersResource.WorkloadsResource Workloads { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.CustomersResource.WorkloadsResource

Methods

Create(Customer, string)

Creates a new customer.

Declaration
public virtual OrganizationsResource.LocationsResource.CustomersResource.CreateRequest Create(Customer body, string parent)
Parameters
Type Name Description
Customer body

The body of the request.

string parent

Required. Parent resource Format: organizations/{organization}/locations/{location}

Returns
Type Description
OrganizationsResource.LocationsResource.CustomersResource.CreateRequest

Delete(string)

Delete details of a single customer

Declaration
public virtual OrganizationsResource.LocationsResource.CustomersResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. name of the resource to be deleted format: name=organizations//locations//customers/*

Returns
Type Description
OrganizationsResource.LocationsResource.CustomersResource.DeleteRequest

Get(string)

Gets details of a single customer

Declaration
public virtual OrganizationsResource.LocationsResource.CustomersResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Format: organizations/{organization}/locations/{location}/customers/{customer}

Returns
Type Description
OrganizationsResource.LocationsResource.CustomersResource.GetRequest

List(string)

Lists customers of a partner identified by its Google Cloud organization ID

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

Required. Parent resource Format: organizations/{organization}/locations/{location}

Returns
Type Description
OrganizationsResource.LocationsResource.CustomersResource.ListRequest

Patch(Customer, string)

Update details of a single customer

Declaration
public virtual OrganizationsResource.LocationsResource.CustomersResource.PatchRequest Patch(Customer body, string name)
Parameters
Type Name Description
Customer body

The body of the request.

string name

Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}

Returns
Type Description
OrganizationsResource.LocationsResource.CustomersResource.PatchRequest
In this article
Back to top Generated by DocFX