Show / Hide Table of Contents

Class ServicesResource

The "services" collection of methods.

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

Constructors

ServicesResource(IClientService)

Constructs a new resource.

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

Properties

TenancyUnits

Gets the TenancyUnits resource.

Declaration
public virtual ServicesResource.TenancyUnitsResource TenancyUnits { get; }
Property Value
Type Description
ServicesResource.TenancyUnitsResource

Methods

Search(string)

Search tenancy units for a managed service.

Declaration
public virtual ServicesResource.SearchRequest Search(string parent)
Parameters
Type Name Description
string parent

Required. Service for which search is performed. services/{service} {service} the name of a service, for example 'service.googleapis.com'.

Returns
Type Description
ServicesResource.SearchRequest
In this article
Back to top Generated by DocFX